diff --git a/vim/vimrc b/vim/vimrc index eae5fac..026f7ad 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -157,6 +157,9 @@ set tags+=~/.vim/systags set relativenumber set number +" gvim without toolbar +set guioptions-=T + """ Return to last edit position when opening files {{{ augroup LastPosition autocmd! BufReadPost * @@ -165,6 +168,8 @@ augroup LastPosition \ endif augroup END + + " Keep undo history across sessions by storing it in a file let vimDir = '$HOME/.vim' if has('persistent_undo')