Today I Learned

hashrocket A Hashrocket project

Save your vim sessions for later

Create a new session in vim:

:mksession ~/session_file_name.vim

Open it up later in terminal:

$ vim -S ~/session_file_name.vim

Or from vim:

:source ~/session_file_name.vim

I learned this from @hogihung. Full post

See More #vim TILs
Every developer at Hashrocket is a Vim expert. Check out our development environment, Dotmatrix, and if you are in Chicago, come to the Vim Chicago Meetup hosted at our Chicago office.