vim-twiggy icon indicating copy to clipboard operation
vim-twiggy copied to clipboard

Git branch management for Vim

Results 14 vim-twiggy issues
Sort by recently updated
recently updated
newest added

Trying to use what looks like a fantastic plugin, running into some issues ## System Information - OS: Linux (Fedora 30) - Vim: Neovim (0.3.6) - Terminal: Kitty and Konsole...

## 💡 Feature Description I want to pull a remote branch which I've never had in my local repo. I can fetch per-branch but to fetch every remote branch I...

When toggling to help using '?', then then togging back using '?' again - the following is printed in the vim command area, and one must press ENTER to continue....

Hello, I am hitting a issue when trying to use the gL command in a twiggy window. Here is what I am seeing: 1. I start by opening a file...

``` Error detected while processing function twiggy#Branch[14]..130_Render[38]..130_standard_view[10]..twiggy#get_branches[4]..130_get_uniq_branch_names_from_reflog[5]..130_system: line 11: E484: Can't open file /var/folders/vq/bbwtqs6s3wl3hpbzqwt1dvnc0000gn/T/vAMUQsA/16 ``` I've installed it via Plug. Fugitive is installed as well. I'm on macOS.

Introduce g:twiggy_keymaps_on_branch and g:twiggy_keymaps_to_sort for the present. The reason to avoid simple g:twiggy_keymaps is that it's a bit complicated for users to leave comments in list especially who uses an...

Hi! Twiggy returns an error when anything than a local branch name is checked out. Thus, there seems to be a problem when checking out one of the following things,...

Hi, would you be interested in a feature where you would be able to open a link in a browser to a new pull request from the selected branch? Feature...

>Twiggy itself is only concerned with branching, but it does have very warm feelings toward the following plugins: > * gv.vim * gitv Can you additionally support the more modern...

This plugin would be awesome with these command shortcuts ``` git stash list [] git stash show [] git stash drop [-q|--quiet] [] git stash ( pop | apply )...