mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
fix: alacritty vi mode jump to end of line
This commit is contained in:
parent
f8edbeaeca
commit
d3cd9891f3
@ -42,6 +42,13 @@
|
|||||||
mode = "Vi";
|
mode = "Vi";
|
||||||
action = "ToggleViMode";
|
action = "ToggleViMode";
|
||||||
}
|
}
|
||||||
|
# Used to enable $ keybind in Vi mode
|
||||||
|
{
|
||||||
|
key = 5; # Scancode for key4
|
||||||
|
mods = "Shift";
|
||||||
|
mode = "Vi|~Search";
|
||||||
|
action = "Last";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
colors = {
|
colors = {
|
||||||
primary = {
|
primary = {
|
||||||
|
Loading…
Reference in New Issue
Block a user