3 lines
62 B
VimL
3 lines
62 B
VimL
|
" Map Ctrl+C to X-compatable copy
|
||
|
vnoremap <silent> <C-c> "+y
|