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