From d3cd9891f3f06daeb1814410dc124f5025f9d49c Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Thu, 19 May 2022 08:47:15 -0400 Subject: [PATCH] fix: alacritty vi mode jump to end of line --- modules/applications/alacritty.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/applications/alacritty.nix b/modules/applications/alacritty.nix index be1523c..6803ad1 100644 --- a/modules/applications/alacritty.nix +++ b/modules/applications/alacritty.nix @@ -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 = {