Disable startup positioning from defaults.vim

Thu, 12 Sep 2019 11:48:07 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 12 Sep 2019 11:48:07 -0500
changeset 787
fc7e6eaf6a91
parent 786
63160e727e37
child 788
f8da8d4ff16a

Disable startup positioning from defaults.vim

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -280,6 +280,9 @@ augroup vimrc
   autocmd BufNewFile,BufRead neomutt-*-\w\+ setf mail
 augroup END
 
+" clear defaults.vim 'jump to last known pos'
+augroup vimStartup | au! | augroup END
+
 " https://mjj.io/2015/01/27/encrypting-files-with-gpg-and-vim/
 " hacked to work with vimwiki
 augroup encrypted

mercurial