spliting the config file completely
This commit is contained in:
@@ -8,6 +8,7 @@ save_and_quit = [":wq", "ctrl+shift+s"]
|
||||
|
||||
# MODE SPECIFIC
|
||||
# READ ONLY MODE
|
||||
[keybindings.read_only]
|
||||
enter_edit_mode_before = ["i"]
|
||||
enter_edit_mode_after = ["a"]
|
||||
previous_entry = ["left","q"]
|
||||
@@ -26,14 +27,14 @@ move_line_end = ["$"]
|
||||
move_first_line = ["gg"]
|
||||
move_last_line = ["x"]
|
||||
|
||||
# EDIT MODE
|
||||
[keybindings.edit]
|
||||
exit_edit_mode = ["esc","ctrl+e"]
|
||||
delete_char_forward = ["delete"]
|
||||
delete_char_backward = ["backspace"]
|
||||
next_field = ["tab", "enter"]
|
||||
prev_field = ["shift+tab", "backtab"]
|
||||
|
||||
# COMMAND MODE
|
||||
[keybindings.command]
|
||||
enter_command_mode = [":", "ctrl+;"]
|
||||
exit_command_mode = ["ctrl+g", "esc"]
|
||||
command_execute = ["enter"]
|
||||
|
||||
Reference in New Issue
Block a user