Added system clipboard keybindings

This commit is contained in:
Claudio Maggioni (maggicl) 2019-02-02 23:25:50 +01:00
parent 799a4fd415
commit 4b66dc8796
1 changed files with 4 additions and 0 deletions

View File

@ -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