vim: use <leader>N,P for :cnext,:cprevious

master
bretello 2024-01-16 11:52:42 +01:00
parent 35575755ef
commit 04bfe043ab
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 2 additions and 2 deletions

View File

@ -46,9 +46,9 @@ nmap <leader>ll :botright lope<CR>
nmap <leader>cx :hide<CR>
nmap <leader>co ggVGy:tabnew<CR>:set syntax=qf<CR>pgg
" next cope error
map <leader>cn :cn<CR>
map <leader>N :cnext<CR>
" previous cope error
map <leader>cp :cp<CR>
map <leader>P :cprevious<CR>
"disable highlighting for current word
map <silent> <leader><CR> :noh<CR>