vim-promiscuous
vim-promiscuous copied to clipboard
Instant context switching using git and vim sessions.
For now, if a nameless buffer with changes is opened while using promiscuous, it will create a `[Promiscuous]` commit but will fail when trying to close the aforementioned buffer, leaving...
One can override the default `promiscuous#git#basebranch(new_branch)` function to return the base branch on which new branches should be created. This commit is backward compatible as by default it keeps the...
Not everyone is working with POSIX compatible shell (I am using Fish) and without this plugin is unusable.
In new git versions, https://git-scm.com/docs/git-worktree has appeared. I don't know if it's a good idea but maybe integrating with that will make the implementation easier.
Also figure out if this is an issue with WIP commits