From: Samir Benmendil Date: Thu, 16 Apr 2015 01:29:56 +0000 (+0100) Subject: vim: only save cursor position X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/3fc9324bb4eedbdf29f39afc772bdb9d75cea28b?ds=sidebyside vim: only save cursor position --- diff --git a/vim/vimrc b/vim/vimrc index dbacea9..ad9e355 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -172,7 +172,7 @@ set foldmethod=marker " folding type set foldlevelstart=0 " value for 'foldlevel' when starting to edit a file " save and restore folds -set viewoptions=folds,cursor " don't save local options +set viewoptions=cursor " only save cursor position " diff mode {{{2 set diffopt=filler,vertical