10 lines
159 B
VimL
10 lines
159 B
VimL
" set mouse=a
|
|
|
|
" Paste with middle mouse click
|
|
vmap <LeftRelease> "*ygv
|
|
|
|
" Paste with <Shift> + <Insert>
|
|
imap <S-Insert> <C-R>*
|
|
|
|
:set guioptions=mlrb
|