From 3b43a793c29401a78bba5699df5cff7406798203 Mon Sep 17 00:00:00 2001 From: Adiel Oz Date: Fri, 21 Oct 2016 01:41:32 +0300 Subject: [PATCH] Update vimrc --- vim/vimrc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index a92a0b5..735cf07 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,6 +1,13 @@ +" Forget compatibility with VI +set nocompatible + +" encoding +set encoding=utf-8 " encoding for editing a file +set fileencoding=utf-8 " encoding for writing to a file + set number set hidden -vmap >gv -vmap >gv +vnoremap