Skip to content

Commit

Permalink
feat(vim): center quickfix items when navigating (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmorozov authored Sep 13, 2024
1 parent 87f42f9 commit c736983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ nmap <leader>/ :grep<Space>
nmap <leader>cc :cclose<CR>
nmap <leader>co :copen<CR>
nmap <leader>w <c-w>
nmap [q :cprevious<CR>
nmap ]q :cnext<CR>
nmap [q :cprevious<CR>zz
nmap ]q :cnext<CR>zz
nnoremap <C-S> :update<CR>
nnoremap <leader>b :buffer<Space>
nnoremap <leader>f :find<Space>
Expand Down

0 comments on commit c736983

Please sign in to comment.