working movement within the text

This commit is contained in:
filipriec
2025-02-20 13:30:12 +01:00
parent f4abb7b883
commit 6b58c26009
4 changed files with 163 additions and 115 deletions

View File

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