add clipboard keymaps
This commit is contained in:
parent
cb4612a860
commit
567c3d47fe
@ -74,6 +74,10 @@ nnoremap <C-Right> :tabnext<CR>
|
|||||||
nnoremap <C-j> :tabprevious<CR>
|
nnoremap <C-j> :tabprevious<CR>
|
||||||
nnoremap <C-k> :tabnext<CR>
|
nnoremap <C-k> :tabnext<CR>
|
||||||
|
|
||||||
|
" Clipboard
|
||||||
|
vmap <C-C> "+y
|
||||||
|
nmap <C-V> "+gP
|
||||||
|
|
||||||
" NERDTree
|
" NERDTree
|
||||||
autocmd StdinReadPre * let s:std_in=1
|
autocmd StdinReadPre * let s:std_in=1
|
||||||
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
|
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user