diff --git a/modules/home/cli/editor/nvf/keymaps.nix b/modules/home/cli/editor/nvf/keymaps.nix index bca4c14..cde0be4 100644 --- a/modules/home/cli/editor/nvf/keymaps.nix +++ b/modules/home/cli/editor/nvf/keymaps.nix @@ -1,11 +1,4 @@ [ - { - desc = ""; - key = "f"; - mode = "n"; - action = ":FzfLua files"; - silent = true; - } { desc = "Open the file path under the cursor, making the file if it doesn't exist."; key = "gf"; diff --git a/modules/home/cli/editor/nvf/utility.nix b/modules/home/cli/editor/nvf/utility.nix index c27d2ef..62f2cdb 100644 --- a/modules/home/cli/editor/nvf/utility.nix +++ b/modules/home/cli/editor/nvf/utility.nix @@ -1,10 +1,9 @@ { - direnv.enable = true; + ccc.enable = true; leetcode-nvim.enable = true; mkdir.enable = true; motion.leap.enable = true; - motion.leap.mappings.leapForwardTo = "s"; - motion.leap.mappings.leapBackwardTo = "S"; + motion.hop.enable = true; vim-wakatime.enable = true; yazi-nvim = { enable = true;