autocomplete separate traits, one for autocomplete one for canvas purely

This commit is contained in:
Priec
2025-07-29 22:31:35 +02:00
parent b4d1572c79
commit 46a85e4b4a
3 changed files with 176 additions and 83 deletions

View File

@@ -24,7 +24,7 @@ move_word_end_prev = ["ge"]
move_line_start = ["0"]
move_line_end = ["$"]
move_first_line = ["gg"]
move_last_line = ["G"]
move_last_line = ["shift+g"]
next_field = ["Tab"]
prev_field = ["Shift+Tab"]