From 278de9925f520828bc25df88e30bab3480e3a61c Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Fri, 7 Oct 2022 11:29:18 +0200 Subject: nvim: changed quickfix mappings --- .config/nvim/lua/mappings.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/nvim/lua/mappings.lua b/.config/nvim/lua/mappings.lua index 69e21a6..4404529 100644 --- a/.config/nvim/lua/mappings.lua +++ b/.config/nvim/lua/mappings.lua @@ -49,7 +49,8 @@ map('n', 'xx', 'Telescope lsp_code_actions', opts) map('n', 'xX', 'Telescope lsp_range_code_actions', opts) map('n', 'co', ':copen', opts) -map('n', ']q', ':cnext', opts) -map('n', '[q', ':cprevious', opts) -map('n', '[Q', ':cfirst', opts) -map('n', ']Q', ':clast', opts) +map('n', 'cc', ':cclose', opts) +map('n', 'cn', ':cnext', opts) +map('n', 'cp', ':cprevious', opts) +map('n', 'ct', ':cfirst', opts) +map('n', 'cl', ':clast', opts) -- cgit v1.2.3-70-g09d2