nvim/ginit.vim
2018-12-22 17:16:26 +01:00

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