You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gv.vim supports using shortcut gb to open the current commit in web by calling :Gbrowse of vim-fugitive.
Is that possible to add this feature to vim-flog?
The text was updated successfully, but these errors were encountered:
However, gb overwrites the current git bisect view option toggler. In my opinion this is fine because I am much more likely to use GBrowse than bisect.
I like gbrowse myself, but I don't think I'll add this by default if the solution is sufficient. I'm getting worried about poluting the keybindings and needing to resolve keybinding later with Fugitive if they add equivalent or conflicting keybindings, since I try to keep it fairly consistent. I'll leave this open though in case it becomes a better idea in the future, like if fugitive adds its own Gbrowse binding.
gv.vim supports using shortcut
gb
to open the current commit in web by calling:Gbrowse
ofvim-fugitive
.Is that possible to add this feature to vim-flog?
The text was updated successfully, but these errors were encountered: