Added system clipboard keybindings
This commit is contained in:
parent
799a4fd415
commit
4b66dc8796
1 changed files with 4 additions and 0 deletions
4
init.vim
4
init.vim
|
@ -32,6 +32,10 @@ set wildignore+=**/node_modules/**
|
|||
|
||||
" ADDITIONAL COMMANDS
|
||||
|
||||
" emulate system clipboard
|
||||
inoremap <C-v> <ESC>"+pa
|
||||
vnoremap <C-c> "+y
|
||||
|
||||
inoremap <S-tab> <C-d>
|
||||
|
||||
" make escape work in terminal and send ESC to terminal with C-Esc
|
||||
|
|
Reference in a new issue