X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9a641dc2b482a10279f04248f6caa55862772de6..a8dd48ddfc1f286ebfd45690dba32d87d16b1261:/vimrc?ds=sidebyside diff --git a/vimrc b/vimrc index 4c3b382..99d28ba 100644 --- a/vimrc +++ b/vimrc @@ -32,6 +32,8 @@ set ruler " show the cursor position all the time set showcmd " display incomplete commands set incsearch " do incremental searching set number " show some linenumbers +" viminfo defaults but save file in .vim +set viminfo='100,<50,s10,h,n~/.vim/viminfo " For Win32 GUI: remove 't' flag from 'guioptions': no tearoff menu entries " let &guioptions = substitute(&guioptions, "t", "", "g")