alacritty: add missing SearchPrevious bind
This commit is contained in:
parent
1e50c2e9dc
commit
1c5cdc9e27
|
@ -116,6 +116,12 @@ in
|
|||
mode = "Vi|~Search";
|
||||
action = "SearchNext";
|
||||
}
|
||||
{
|
||||
key = lib.toUpper key.next;
|
||||
mods = "Shift";
|
||||
mode = "Vi|~Search";
|
||||
action = "SearchPrevious";
|
||||
}
|
||||
{
|
||||
key = "Up";
|
||||
mods = "Control|Shift";
|
||||
|
|
Loading…
Reference in a new issue