home/terminal: change search keybind to alt+f
This commit is contained in:
parent
c65ac6ff01
commit
392d0b80de
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue