Skip to content

Instantly share code, notes, and snippets.

@othree
Last active October 25, 2016 01:52
Show Gist options
  • Save othree/7e0f05503550534235d14b8a16b06ce9 to your computer and use it in GitHub Desktop.
Save othree/7e0f05503550534235d14b8a16b06ce9 to your computer and use it in GitHub Desktop.
:autocmd InsertEnter * let save_cwd = getcwd() | execute 'lcd %:p:h'
:autocmd InsertLeave * execute 'lcd' fnameescape(save_cwd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment