feat: add flow mode keybinds for expand_/shrink_centered_view (alt+-\=)
This commit is contained in:
parent
4054a399da
commit
4da9cee1ee
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@
|
|||
["ctrl+f6", "open_version_info"],
|
||||
["alt+shift+t", "set_session_tab_width"],
|
||||
["alt+d", ["shell_execute_insert", "date", "--iso-8601"]],
|
||||
["alt+=", "expand_centered_view"],
|
||||
["alt+-", "shrink_centered_view"],
|
||||
["ctrl+alt+shift+d", ["shell_execute_insert", "date", "--iso-8601=seconds"]]
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue