move to top and bottom, needs redesign of config

This commit is contained in:
filipriec
2025-02-25 22:04:07 +01:00
parent 8a23af7f3f
commit 08bbd9bd29
2 changed files with 26 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ move_word_prev = ["b"] # Move to beginning of previous word
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 = ["t"] # Move to first line of form
move_last_line = ["G"] # Move to last line of form
[colors]
theme = "dark"