Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/powerman/vim-plugin-autosess
Vim plugin: auto save/load sessions
https://github.com/powerman/vim-plugin-autosess
session-management vim vim-plugin viml
Last synced: 5 days ago
JSON representation
Vim plugin: auto save/load sessions
- Host: GitHub
- URL: https://github.com/powerman/vim-plugin-autosess
- Owner: powerman
- Created: 2012-05-10T18:09:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T13:47:10.000Z (almost 7 years ago)
- Last Synced: 2023-03-22T20:21:54.267Z (over 1 year ago)
- Topics: session-management, vim, vim-plugin, viml
- Language: Vim script
- Homepage: http://www.vim.org/scripts/script.php?script_id=3883
- Size: 10.7 KB
- Stars: 33
- Watchers: 2
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
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.
Download .zip/.vmb from http://www.vim.org/scripts/script.php?script_id=3883