Open fold and centre when moving between quickfix listings
My bindings for moving between quickfix listings ([c and ]c) now open folds and centre the item.
This commit is contained in:
parent
dcfc8e7fe4
commit
2364f96151
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ vnoremap / /\v
|
|||
vnoremap < <gv
|
||||
vnoremap > >gv
|
||||
|
||||
nnoremap [c :cprevious<cr>
|
||||
nnoremap ]c :cnext<cr>
|
||||
nnoremap [c :cprevious<cr>zOzz
|
||||
nnoremap ]c :cnext<cr>zOzz
|
||||
|
||||
" Run proselint and put it in the quickfix list
|
||||
nnoremap <leader>p :call mine#functions#proselint()<CR>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue