Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chemzqm/unite-session
Lightweight session solution with unite support
https://github.com/chemzqm/unite-session
Last synced: about 1 month ago
JSON representation
Lightweight session solution with unite support
- Host: GitHub
- URL: https://github.com/chemzqm/unite-session
- Owner: chemzqm
- Created: 2016-01-19T08:55:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T14:53:23.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T12:31:44.578Z (about 2 months ago)
- Language: Vim script
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
unite-session.vim
=================**Deprecated! Consider use [denite-extra](https://github.com/chemzqm/denite-extra) instead**
This is fork of [Shougo/unite-session](https://github.com/Shougo/unite-session), with bug fixes and command name
changed.Description
-----------
Session source for [unite.vim](https://github.com/shougo/unite.vim).Installation
------------Take [vim-plug](https://github.com/junegunn/vim-plug) for example:
* `Plug 'chemzqm/unite-session'`
Usage
--------1. `:Unite session` for open session source in unite.
You can do `load` `delete` `rename` actions.
2. `:SessionSave [name]` for save session
3. `:SessionLoad [name]` for load session
4. `:RestartVim` Save current session(save to default if v:this_session empty),
and restart vim with saved session