space2 is now debugging better

This commit is contained in:
filipriec
2025-09-12 15:46:14 +02:00
parent 0d80266e9b
commit 85c7c89c28
6 changed files with 275 additions and 23 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"]