From d0b666b066fd4e6eec8062bf67e301f1b4bfdc6e Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Mon, 31 Dec 2018 16:01:10 +0100 Subject: [PATCH] Change file encoding from ginit to unix --- ginit.vim | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ginit.vim b/ginit.vim index cf89b33..529fbb8 100644 --- a/ginit.vim +++ b/ginit.vim @@ -1,9 +1,9 @@ -" set mouse=a - -" Paste with middle mouse click -vmap "*ygv - -" Paste with + -imap * - -:set guioptions=mlrb +" set mouse=a + +" Paste with middle mouse click +vmap "*ygv + +" Paste with + +imap * + +:set guioptions=mlrb