HUGE CHANGES TO MODESA
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# config.toml
|
||||
[keybindings]
|
||||
|
||||
[keybindings.general]
|
||||
enter_command_mode = [":", "ctrl+;"]
|
||||
|
||||
[keybindings.intro]
|
||||
next_option = ["j", "Right"]
|
||||
previous_option = ["k", "Left"]
|
||||
move_up = ["k", "Up"]
|
||||
move_down = ["j", "Down"]
|
||||
next_option = ["l", "Right"]
|
||||
previous_option = ["h", "Left"]
|
||||
select = ["Enter"]
|
||||
|
||||
[keybindings.admin]
|
||||
move_up = ["k"]
|
||||
move_down = ["j"]
|
||||
toggle_sidebar = ["ctrl+t"]
|
||||
next_field = ["Tab"]
|
||||
prev_field = ["Shift+Tab"]
|
||||
|
||||
[keybindings.common]
|
||||
save = ["ctrl+s"]
|
||||
|
||||
Reference in New Issue
Block a user