Skip to content

Simple commands to create / load / delete sessions specific to the current git project and branch

License

Notifications You must be signed in to change notification settings

lukamanitta/branchsession.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

branchsession.nvim

Setup

require("branchsession").setup({
    session_root_dir = "my/session/root", -- Defaults to '~/.vim/sessions/'
})

Commands

  • :BranchSessionSave saves the session (same behaviour as :mksession)
  • :BranchSessionLoad loads the session for the current branch, if one exists
  • :BranchSessionDelete deletes the session

About

Simple commands to create / load / delete sessions specific to the current git project and branch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages