registering canvas functions now instead of internal state

This commit is contained in:
Priec
2025-07-30 13:24:49 +02:00
parent dac788351f
commit 3c2eef9596
3 changed files with 193 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ highlight_current_field = true
move_left = ["h"]
move_right = ["l"]
move_up = ["k"]
move_down = ["p"]
move_down = ["j"]
move_word_next = ["w"]
move_word_end = ["e"]
move_word_prev = ["b"]