powerman / vim-plugin-autosess

Vim plugin: auto save/load sessions

Home Page:http://www.vim.org/scripts/script.php?script_id=3883

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autosess

Description

Start Vim without file arguments to automatically load previous session for current directory. This make easier work with complex projects - just chdir to project directory and start vim.

When you quit from Vim, if there are more than one open tab/window, session will be automatically saved. This let you edit single files in same directory without breaking your saved session. (Quickfix and vimdiff’s windows are ignored.)

If you quit from Vim with no open files, session will be deleted. This let you start usual empty Vim in this directory next time.

About

Vim plugin: auto save/load sessions

http://www.vim.org/scripts/script.php?script_id=3883


Languages

Language:Vim Script 91.8%Language:Makefile 8.2%