Skip to content

Commit

Permalink
add vim-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Jul 15, 2018
1 parent 8d40f10 commit 08b77e5
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 @@ -91,6 +91,7 @@ Plug 'chxuan/change-colorscheme'
Plug 'chxuan/prepare-code'
Plug 'chxuan/vim-buffer'
Plug 'chxuan/vim-replace'
Plug 'chxuan/vim-edit'
Plug 'chxuan/vimplus-startify'
Plug 'chxuan/tagbar'
Plug 'Valloric/YouCompleteMe'
Expand Down Expand Up @@ -211,6 +212,9 @@ nnoremap <silent> <c-n> :NextBuffer<cr>
nnoremap <silent> <leader>d :CloseBuffer<cr>
nnoremap <silent> <leader>D :BufOnly<cr>
" vim-edit
nnoremap <leader>Y :CopyText<space>
" nerdtree
nnoremap <silent> <leader>n :NERDTreeToggle<cr>
inoremap <silent> <leader>n <esc> :NERDTreeToggle<cr>
Expand Down

0 comments on commit 08b77e5

Please sign in to comment.