From 6d9a7e2a7750e0d89e9e7d1cc84c3ec7ea86ecd1 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 10 Jan 2024 13:40:41 +0100 Subject: fix --- .config/nvim/lua/bindings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim') diff --git a/.config/nvim/lua/bindings.lua b/.config/nvim/lua/bindings.lua index 0aa44ae..23340c9 100644 --- a/.config/nvim/lua/bindings.lua +++ b/.config/nvim/lua/bindings.lua @@ -49,7 +49,7 @@ vim.keymap.set('n', 'ae', function() harpoon.ui:toggle_quick_menu(harpoo vim.keymap.set('n', 'af', ':Telescope harpoon marks', { noremap = true, silent = true }) -- trouble vim.keymap.set('n', 'xx', vim.cmd.TroubleToggle, { noremap = true, silent = true }) -vim.keymap.set('n', 'xx', ':TroubleToggle workspace_diagnostics', { noremap = true, silent = true }) +vim.keymap.set('n', 'xw', ':TroubleToggle workspace_diagnostics', { noremap = true, silent = true }) vim.keymap.set('n', 'xd', ':TroubleToggle document_diagnostics', { noremap = true, silent = true }) vim.keymap.set('n', 'xl', ':TroubleToggle loclist', { noremap = true, silent = true }) vim.keymap.set('n', 'xq', ':TroubleToggle quickfix', { noremap = true, silent = true }) -- cgit v1.2.3