Change file encoding from ginit to unix
This commit is contained in:
18
ginit.vim
18
ginit.vim
@@ -1,9 +1,9 @@
|
|||||||
" set mouse=a
|
" set mouse=a
|
||||||
|
|
||||||
" Paste with middle mouse click
|
" Paste with middle mouse click
|
||||||
vmap <LeftRelease> "*ygv
|
vmap <LeftRelease> "*ygv
|
||||||
|
|
||||||
" Paste with <Shift> + <Insert>
|
" Paste with <Shift> + <Insert>
|
||||||
imap <S-Insert> <C-R>*
|
imap <S-Insert> <C-R>*
|
||||||
|
|
||||||
:set guioptions=mlrb
|
:set guioptions=mlrb
|
||||||
|
|||||||
Reference in New Issue
Block a user