From bc0ea9c247c09bd1d5d115c6f81967811c4e05ea Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 25 Aug 2023 22:31:24 +0200 Subject: Fix(hm/conf/neovim/plugins/harpoon/mappings): Simplify mappings --- .../soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix') diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix index 66d4eb93..4017521d 100644 --- a/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix +++ b/home-manager/soispha/config/neovim/nixvim/plugins/lsp/keymaps/default.nix @@ -14,7 +14,7 @@ action = "open_float"; desc = "open float for the symbol"; }; - "q" = { + "gq" = { action = "setloclist"; desc = "add buffer diagnostic to the location list (quick-fix)"; }; -- cgit 1.4.1