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
I have read through the manual page of fzf (man fzf)
I have searched through the existing issues
I have been using fzf on the command line for a long time now and been using an integration for git parameters extensively. However instead of pure git log output I am using an alternative output formatter called git-foresta. For this I am using an alias instead of log.
It would be most useful for me if fzf.vim could call a different command alltogether. So in vim.vim commits ~line 1457 instead of assembling the command with the commits_log_options check for the existence of a complete command option and if present use that instead.
The text was updated successfully, but these errors were encountered:
as the git-foresta script hides basically all details.
but in the end I would think the default of the new option is log and one could replace it by whatever alias one likes (lola in my case probably), thats the most flexible thing to do.
Since the current config for the logs options is commits_log_options I would suggest maybe commits_log_command ?
man fzf
)I have been using fzf on the command line for a long time now and been using an integration for git parameters extensively. However instead of pure git log output I am using an alternative output formatter called git-foresta. For this I am using an alias instead of log.
It would be most useful for me if fzf.vim could call a different command alltogether. So in vim.vim commits ~line 1457 instead of assembling the command with the commits_log_options check for the existence of a complete command option and if present use that instead.
The text was updated successfully, but these errors were encountered: