[feature] \n \p for move between quickfix

This commit is contained in:
Klesh Wong 2021-01-17 15:30:45 +08:00
parent 3a46ca0e67
commit 61077969df

View File

@ -81,6 +81,10 @@ au ColorScheme * highlight ExtraWhitespace ctermbg=red guibg=red
au Syntax * match ExtraWhitespace /\s\+$/ au Syntax * match ExtraWhitespace /\s\+$/
nnoremap <leader>es :%s/\s\+$//g<CR> nnoremap <leader>es :%s/\s\+$//g<CR>
" location jumping
nnoremap <leader>n :cnext<CR>
nnoremap <leader>p :cprev<CR>
" auto install vim-plug " auto install vim-plug
if has('nvim') if has('nvim')
if has('win32') if has('win32')