5 ms·
I'm surprised the author didn't mention vim's sessions feature. The ability to close the editor/IDE and pick up right where you left off can save a lot of time
by bgrohman 9y ago
I'm surprised the author didn't mention vim's sessions feature. The ability to close the editor/IDE and pick up right where you left off can save a lot of time when working with multiple large projects. It's easy enough to use on its own, but I have a small wrapper plugin that adds a few features for ease of use: https://github.com/bgrohman/vim-bg-sessions https://github.com/bgrohman/vim-bg-sessions.
- icc97 9y agoFor which Tim Pope's Obsession plugin [0] is fantastic. It solved a whole bunch of weird conflicts that I had with plugins. [0]: https://github.com/tpope/vim-obsession https://github.com/tpope/vim-obsession
- bgrohman 9y agoCool, I haven't used that one. I'm sure it's great coming from Tim Pope. Mine's working fine for me at the moment, though.