about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/plgs/leap/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/hm/soispha/conf/nvim/plgs/leap/default.nix b/hm/soispha/conf/nvim/plgs/leap/default.nix
index 568dcec0..4e7ae60c 100644
--- a/hm/soispha/conf/nvim/plgs/leap/default.nix
+++ b/hm/soispha/conf/nvim/plgs/leap/default.nix
@@ -28,19 +28,19 @@
     };
     keymaps = [
       {
-        key = "m";
+        key = "j";
         action = "<Plug>(leap-forward-to)";
-        options.desc = "leap forward to";
+        options.desc = "jump forward to";
       }
       {
-        key = "M";
+        key = "J";
         action = "<Plug>(leap-backward-to)";
-        options.desc = "leap backward to";
+        options.desc = "jump backward to";
       }
       {
-        key = "gs";
+        key = "gj";
         action = "<Plug>(leap-from-window)";
-        options.desc = "leap to enterable windows";
+        options.desc = "jump to enterable windows";
       }
       /*
             {key= "x";