fix: alacritty vi mode jump to end of line

This commit is contained in:
Noah Masur 2022-05-19 08:47:15 -04:00
parent f8edbeaeca
commit d3cd9891f3

View File

@ -42,6 +42,13 @@
mode = "Vi";
action = "ToggleViMode";
}
# Used to enable $ keybind in Vi mode
{
key = 5; # Scancode for key4
mods = "Shift";
mode = "Vi|~Search";
action = "Last";
}
];
colors = {
primary = {