multiletter shortcuts are now implemented where first letter is a waiting command

This commit is contained in:
filipriec
2025-02-27 14:14:11 +01:00
parent a7c105d903
commit 3c4957b75b
2 changed files with 30 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ move_word_end_prev = ["ge"] # Move to end of previous word
move_line_start = ["0"] # Move to beginning of line
move_line_end = ["$"] # Move to end of line
move_first_line = ["gg"] # Move to first line of form
move_last_line = ["G"] # Move to last line of form
move_last_line = ["x"] # Move to last line of form
[colors]
theme = "dark"