alacritty: add missing SearchPrevious bind
This commit is contained in:
parent
ac6a8dde52
commit
83ffaf9ee6
|
@ -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