Compare commits
2 commits
365e30c643
...
cfcc1617a6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cfcc1617a6 | ||
![]() |
4b66dc8796 |
1 changed files with 4 additions and 0 deletions
4
init.vim
4
init.vim
|
@ -38,6 +38,10 @@ let g:netrw_banner = 0
|
|||
|
||||
" 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