config now finally works

This commit is contained in:
Priec
2025-07-29 18:56:56 +02:00
parent 306cb956a0
commit a1fa42e204
6 changed files with 390 additions and 49 deletions

View File

@@ -24,7 +24,7 @@ move_word_end_prev = ["ge"]
move_line_start = ["0"]
move_line_end = ["$"]
move_first_line = ["gg"]
move_last_line = ["G"]
move_last_line = ["CapsLock"]
next_field = ["Tab"]
prev_field = ["Shift+Tab"]