Change file encoding from ginit to unix
This commit is contained in:
parent
53e5df468e
commit
d0b666b066
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user