registering canvas functions now instead of internal state
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user