alacritty: add missing SearchPrevious bind

This commit is contained in:
Leonardo Eugênio 2024-07-18 01:17:07 -03:00
parent 1e50c2e9dc
commit 1c5cdc9e27

View file

@ -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";