refactor: use a more common keybind for switch_buffers in flow mode

This commit is contained in:
CJ van den Berg 2026-02-14 13:11:36 +01:00
parent 6a418db852
commit 106f4b6f86
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -63,7 +63,7 @@
["ctrl+page_up", "previous_tab"], ["ctrl+page_up", "previous_tab"],
["ctrl+shift+page_down", "move_tab_next"], ["ctrl+shift+page_down", "move_tab_next"],
["ctrl+shift+page_up", "move_tab_previous"], ["ctrl+shift+page_up", "move_tab_previous"],
["ctrl+shift+e", "switch_buffers"], ["ctrl+k e", "switch_buffers"],
["alt+shift+v", "clipboard_history"], ["alt+shift+v", "clipboard_history"],
["ctrl+0", "reset_fontsize"], ["ctrl+0", "reset_fontsize"],
["ctrl+plus", "adjust_fontsize", 1.0], ["ctrl+plus", "adjust_fontsize", 1.0],