X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=1f14e5f23944c073c9da799994db26a210b793dc;hb=1c46e36badce4692e1ce044ccaa79e68b042f6fc;hp=e44b0217d50d37d2431069f16286d27d3532b8b7;hpb=77fb9cc20510d75cdc42c25b66b9f3c31b64d313;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index e44b021..1f14e5f 100644 --- a/vimrc +++ b/vimrc @@ -89,9 +89,6 @@ set listchars=trail:- " EDITOR SETTINGS -" Don't use any modelines. -set nomodeline - " When completing paths first use the longest path then display a list of all " possible files. set wildmode=longest,list @@ -169,8 +166,3 @@ endif let NERDCreateDefaultMappings = 0 " Map toggle comment. map NERDCommenterToggle - - -" Automatically save and the load the file state (stored in ~/.vim/view). -autocmd BufWrite * mkview -autocmd BufRead * loadview