Skip to content

Instantly share code, notes, and snippets.

@j1cs
Created October 15, 2019 01:27
Show Gist options
  • Save j1cs/47944bd56ea41987609eb55c591b2214 to your computer and use it in GitHub Desktop.
Save j1cs/47944bd56ea41987609eb55c591b2214 to your computer and use it in GitHub Desktop.
if has("autocmd")
au BufReadPost * if line("'\"") > 1 && 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