home/terminal: change search keybind to alt+f

This commit is contained in:
Max Headroom 2023-10-22 19:58:47 +02:00
parent c65ac6ff01
commit 392d0b80de

View file

@ -11,7 +11,7 @@
"win.close-tab" = [ "<Shift><Control>w" ];
"win.edit_preferences" = [ "<Control>comma" ];
"win.fullscreen" = [ "F11" ];
"win.search" = [ "<Shift><Control>f" ];
"win.search" = [ "<Alt>f" ];
"win.show-help-overlay" = [ "<Shift><Control>question" ];
"win.switch-headerbar-mode" = [ "<Shift><Control>h" ];
"win.switch-tab-1" = [ "<Alt>1" ];