diff --git a/modules/neovim.nix b/modules/neovim.nix index ee1ae0e..3f72362 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -36,10 +36,10 @@ in "." = "Telescope find_files"; # cwd full sub-dir fuzzy find "of" = "Telescope live_grep"; # cwd search file - "m" = "Telescope harpoon marks"; # open harpoon marks in telescope + "mo" = "Telescope harpoon marks"; # leacder + marks + open ; open harpoon marks in telescope - "mr" = "lua require(\"harpoon.mark\").rm_file()"; # leader + mark remove - "ma" = "lua require(\"harpoon.mark\").add_file()"; # leader + mark add + "mr" = "lua require(\"harpoon.mark\").rm_file()"; # leader + mark + remove + "ma" = "lua require(\"harpoon.mark\").add_file()"; # leader + mark + add }; plugins = {