fixed working canvas in client, need more fixes now

This commit is contained in:
Priec
2025-07-31 14:44:47 +02:00
parent ebe4adaa5d
commit 5d084bf822
4 changed files with 280 additions and 96 deletions

View File

@@ -54,10 +54,10 @@ move_word_next = ["w"]
next_field = ["Tab"]
move_word_prev = ["b"]
move_word_end = ["e"]
move_last_line = ["G"]
move_last_line = ["shift+g"]
move_word_end_prev = ["ge"]
move_line_start = ["0"]
move_first_line = ["gg"]
move_first_line = ["g+g"]
prev_field = ["Shift+Tab"]
[keybindings.highlight]