working cursor perfectly well, lets polish it

This commit is contained in:
filipriec
2025-02-19 22:42:09 +01:00
parent bad77af2b3
commit 3d8c68f42f
4 changed files with 35 additions and 1 deletions

View File

@@ -8,3 +8,7 @@ enter_edit_mode = ["i", "ctrl+e"]
exit_edit_mode = ["esc", "ctrl+e"]
previous_position = ["Left", "9"]
next_position = ["Right", "8"]
move_left = ["h", "Left"]
move_right = ["l", "Right"]
move_up = ["k", "Up"]
move_down = ["j", "Down"]