proper config.toml
This commit is contained in:
@@ -40,7 +40,7 @@ previous_entry = ["left","q"]
|
|||||||
next_entry = ["right","1"]
|
next_entry = ["right","1"]
|
||||||
|
|
||||||
enter_highlight_mode = ["v"]
|
enter_highlight_mode = ["v"]
|
||||||
enter_highlight_mode_linewise = ["ctrl+v"]
|
enter_highlight_mode_linewise = ["shift+v"]
|
||||||
|
|
||||||
### AUTOGENERATED CANVAS CONFIG
|
### AUTOGENERATED CANVAS CONFIG
|
||||||
# Required
|
# Required
|
||||||
@@ -91,23 +91,23 @@ suggestion_up = ["ctrl+p", "shift+tab"]
|
|||||||
|
|
||||||
### AUTOGENERATED CANVAS CONFIG
|
### AUTOGENERATED CANVAS CONFIG
|
||||||
# Required
|
# Required
|
||||||
move_right = ["Right", "l"]
|
move_right = ["Right"]
|
||||||
delete_char_backward = ["Backspace"]
|
delete_char_backward = ["Backspace"]
|
||||||
next_field = ["Tab", "Enter"]
|
next_field = ["Tab", "Enter"]
|
||||||
move_up = ["Up", "k"]
|
move_up = ["Up"]
|
||||||
move_down = ["Down", "j"]
|
move_down = ["Down"]
|
||||||
prev_field = ["Shift+Tab"]
|
prev_field = ["Shift+Tab"]
|
||||||
move_left = ["Left", "h"]
|
move_left = ["Left"]
|
||||||
# Optional
|
# Optional
|
||||||
move_last_line = ["Ctrl+End", "G"]
|
move_last_line = ["Ctrl+End"]
|
||||||
delete_char_forward = ["Delete"]
|
delete_char_forward = ["Delete"]
|
||||||
move_word_prev = ["Ctrl+Left", "b"]
|
move_word_prev = ["Ctrl+Left"]
|
||||||
move_word_end = ["e"]
|
# move_word_end = ["e"]
|
||||||
move_word_end_prev = ["ge"]
|
# move_word_end_prev = ["ge"]
|
||||||
move_first_line = ["Ctrl+Home", "gg"]
|
move_first_line = ["Ctrl+Home"]
|
||||||
move_word_next = ["Ctrl+Right", "w"]
|
move_word_next = ["Ctrl+Right"]
|
||||||
move_line_start = ["Home", "0"]
|
move_line_start = ["Home"]
|
||||||
move_line_end = ["End", "$"]
|
move_line_end = ["End"]
|
||||||
|
|
||||||
[keybindings.command]
|
[keybindings.command]
|
||||||
exit_command_mode = ["ctrl+g", "esc"]
|
exit_command_mode = ["ctrl+g", "esc"]
|
||||||
|
|||||||
Reference in New Issue
Block a user