refactor: use a more common keybind for switch_buffers in flow mode
This commit is contained in:
parent
6a418db852
commit
106f4b6f86
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
["ctrl+page_up", "previous_tab"],
|
||||
["ctrl+shift+page_down", "move_tab_next"],
|
||||
["ctrl+shift+page_up", "move_tab_previous"],
|
||||
["ctrl+shift+e", "switch_buffers"],
|
||||
["ctrl+k e", "switch_buffers"],
|
||||
["alt+shift+v", "clipboard_history"],
|
||||
["ctrl+0", "reset_fontsize"],
|
||||
["ctrl+plus", "adjust_fontsize", 1.0],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue