Skip to content

Instantly share code, notes, and snippets.

@camilonova
Created May 18, 2019 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camilonova/e21cbe659caf8b233dbedd6fb0879b09 to your computer and use it in GitHub Desktop.
Save camilonova/e21cbe659caf8b233dbedd6fb0879b09 to your computer and use it in GitHub Desktop.
syntax on
if has("autocmd")
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g`\"" | endif
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment