about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/leap/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/leap/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/leap/default.nix
index 715ce959..bffdf33c 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/leap/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/leap/default.nix
@@ -42,6 +42,7 @@
         };
       };
       visual = {
+        /*
         "x" = {
           action = "<Plug>(leap-forward-till)";
           desc = "leap forward till";
@@ -50,6 +51,7 @@
           action = "<Plug>(leap-backward-till)";
           desc = "leap backward till";
         };
+        */
       };
     };
   };