Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 507 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 507 Bytes

save-sessions-per-directory.vim

Simple session management for vim. See :help save-sessions-per-directory.txt once installed, or see the doc/ directory.

Features:

  • Echoes what's happening under the hood, so you're aware.
  • Per directory. :StartKeepingSession from ~/foo. Now, whenever you open vim from ~/foo (without args), it will pick up from where you left off.

To install:

  • Using vim-plug: Plug 'yogeshdhamija/save-sessions-per-directory.vim'