Skip to content

Commit

Permalink
add vim-replace
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Jun 5, 2018
1 parent d189f2a commit de91a57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Plug 'chxuan/cppfun'
Plug 'chxuan/change-colorscheme'
Plug 'chxuan/prepare-code'
Plug 'chxuan/vim-buffer'
Plug 'chxuan/vim-replace'
Plug 'chxuan/vimplus-startify'
Plug 'Yggdroot/LeaderF'
Plug 'mileszs/ack.vim'
Expand Down Expand Up @@ -199,6 +200,9 @@ nnoremap <c-n> :NextBuffer<cr>
nnoremap <leader>d :CloseCurrentBuffer<cr>
nnoremap <leader>D :BufOnly<cr>
" vim-replace
nnoremap <leader>r :ReplaceText<cr>
" nerdtree
nnoremap <silent> <leader>n :NERDTreeToggle<cr>
inoremap <silent> <leader>n <esc> :NERDTreeToggle<cr>
Expand Down

0 comments on commit de91a57

Please sign in to comment.