Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
/ unite-session Public archive

Update: Since session source is now included with Unite, you don't have to use this plugin anymore.

License

Notifications You must be signed in to change notification settings

tungd/unite-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

unite-session.vim

Description

Session source for unite.vim. Based on unite-colorscheme by Ujihisa.

For quick opening your sessions saved in ~/.vim/sessions/.

Features

  1. Load the session files stored in ~/.vim/sessions/ or g:unite_session_path
  2. Actions: edit, delete sessions

Installation

  • Get the source from Github https://github.com/tungd/unite-session git clone https://github.com/tungd/unite-session.git
  • Copy autoload/unite/sources/session.vim and autoload/unite/kinds/session.vim to appropriate location (e.g ~/.vim/autoload/).

NOTE: Or use Tim Pope's pathogen plugin.

Options

  • g:unite_session_path: By default the plugin looks for session files in $HOME/.vim/sessions/ on Mac OS and Linux, and $HOME/Documents/vimfiles/sessions on Windows. You can overdrive this behavior by setting this variable.
  • g:unite_session_keep_buffers: By default when load new buffers the plugin will delete all current buffer. Set this options to keep your current buffers loading along side session's buffers. NOTE: These current buffers will be save to session file at quit.
  • g:unite_session_force_no_update: The previous tips to keep the session automatically updated is now enabled by default. Set this options to disable it.

Bug report or feature request

You can report issues via Github or send me email (see Credits).

Credits

Author: Tung Dao [email protected]. Special thanks to:

License

MIT License

About

Update: Since session source is now included with Unite, you don't have to use this plugin anymore.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published