Skip to content

Instantly share code, notes, and snippets.

@ghickman
Created August 4, 2011 12:56
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 ghickman/1125096 to your computer and use it in GitHub Desktop.
Save ghickman/1125096 to your computer and use it in GitHub Desktop.
" Remember last location in file
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