Skip to content

Commit

Permalink
add key-map for vimgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshio15 committed Feb 19, 2021
1 parent 91d60b1 commit db16257
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ nnoremap <Leader>md :PreviewMarkdown<CR>
nnoremap <Leader>x :tabclose<CR>
" タブ戻る
nnoremap bt gT
" vimgrep
nnoremap <Leader>b :cprevious<CR>
nnoremap <Leader>n :cnext<CR>
nnoremap <Leader>f :<C-u>cfirst<CR>
nnoremap <Leader>l :<C-u>clast<CR>
"----------------------------------------
" key binding (insert-mode)
Expand Down

0 comments on commit db16257

Please sign in to comment.