fix(alacritty): add keybind for search on Linux
This commit is contained in:
parent
62cade5ce5
commit
f797ec1b46
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ bindings = [
|
|||
# Disable Cmd+w to avoid accidental closing. Disabling Cmd+q needs more work
|
||||
{ key = "w", mods = "Command", action = "None" },
|
||||
{ key = "v", mods = "Alt", action="ToggleViMode" },
|
||||
{ key = "f", mods = "Control", action = "SearchForward" },
|
||||
]
|
||||
|
||||
[general]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue