Absolutely love this plugin! I've been searching for something nicer than Neogit and Fugitive for a long time and this ticks all the boxes. Beautiful UI's, non-clunky custom buffers/tabs and simple but informative diff views.
I do have 1 small gripe with saving commits.
My workflow with the git commit --amend command is that I use nvim as the editor and the commit message edit is saved with a simple :wq command.
I think it would be better for the "save commit" feature to work in a similar way, rather then using S. It might be better to just allow doing :w as :wq would probably result in unwanted behaviour (exiting nvim).
This makes more sense to me, but I would love to hear some different opinions.
Absolutely love this plugin! I've been searching for something nicer than Neogit and Fugitive for a long time and this ticks all the boxes. Beautiful UI's, non-clunky custom buffers/tabs and simple but informative diff views.
I do have 1 small gripe with saving commits.
My workflow with the
git commit --amendcommand is that I use nvim as the editor and the commit message edit is saved with a simple:wqcommand.I think it would be better for the "save commit" feature to work in a similar way, rather then using
S. It might be better to just allow doing:was:wqwould probably result in unwanted behaviour (exiting nvim).This makes more sense to me, but I would love to hear some different opinions.