removed read only keybindings from config

This commit is contained in:
filipriec
2025-02-20 13:18:44 +01:00
parent 4cfef173ef
commit f4abb7b883

View File

@@ -8,7 +8,8 @@ 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"]
# move_left = ["h", "Left"]
# move_right = ["l", "Right"]
# move_up = ["k", "Up"]
# move_down = ["j", "Down"]