working double shortcuts
This commit is contained in:
@@ -20,7 +20,7 @@ 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_first_line = ["gg"] # Move to first line of form
|
||||
move_last_line = ["G"] # Move to last line of form
|
||||
|
||||
[colors]
|
||||
|
||||
Reference in New Issue
Block a user