diff --git a/neovim/config/default.nix b/neovim/config/default.nix index 09bc7e1..1ab8afd 100644 --- a/neovim/config/default.nix +++ b/neovim/config/default.nix @@ -219,6 +219,22 @@ mode = [ "n" ]; action = "(leap-from-window)"; } + { + key = "gs"; + mode = [ + "n" + "o" + ]; + action = "(leap-remote)"; + } + { + key = "gS"; + mode = [ + "n" + "o" + ]; + action = "(leap-remote-linewise)"; + } ]; plugins.gitsigns.enable = true;