Skip to content

Instantly share code, notes, and snippets.

@Supernats
Created September 19, 2014 00:59
Show Gist options
  • Select an option

  • Save Supernats/9a24598069894f13f35a to your computer and use it in GitHub Desktop.

Select an option

Save Supernats/9a24598069894f13f35a to your computer and use it in GitHub Desktop.
command -nargs=1 MS :mksession ~/vimsessions/<args>.vim
command -nargs=1 SS :mksession! ~/vimsessions/<args>.vim
command -nargs=1 LS :source ~/vimsessions/<args>.vim
command LL :source ~/vimsessions/last.vim
@gkchestertron
Copy link

for autosave add:
autocmd VimLeavePre * :mksession! ~/vimsessions/last.vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment