finally a working space

This commit is contained in:
Priec
2025-09-12 19:14:21 +02:00
parent e4e9594a9d
commit 9672b9949c
2 changed files with 42 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ move_down = ["j", "Down"]
move_line_end = ["$"]
move_word_next = ["w"]
next_field = ["Tab"]
# move_word_prev = ["b"]
move_word_prev = ["b"]
move_word_end = ["e"]
move_last_line = ["shift+g"]
move_word_end_prev = ["ge"]