From 04bfe043ab0f62023144d4dcc4bbfa2f4c467c5c Mon Sep 17 00:00:00 2001 From: bretello Date: Tue, 16 Jan 2024 11:52:42 +0100 Subject: [PATCH] vim: use N,P for :cnext,:cprevious --- vim/shortcuts.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index a487dc3..a8366f9 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -46,9 +46,9 @@ nmap ll :botright lope nmap cx :hide nmap co ggVGy:tabnew:set syntax=qfpgg " next cope error -map cn :cn +map N :cnext " previous cope error -map cp :cp +map P :cprevious "disable highlighting for current word map :noh