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
This is actually going to be really hard. :Commits has the fzf incantation mostly hard-coded, and I don't know vimscript well enough to know how to override a function in the local scope...
" TODO: Make this behave like git-gl" * No side-by-side diff" * ctrl-y - checkout (this might be hard coded to yank?)" * ctrl-h - copy commit hash (should it be yanked, or copied to the system clipboard, or both?)" * ctrl-r - interactive rebase" * ctrl-p - cherry-pick" * enter - open selected commit with fugitive"" Need to figure out how to make git-gl support multiple selections, and make" this consistent"" Need to figure out how customizable fzf#vim#commits is" * g:fzf_commits_log_optionscommand!-bar-bang -range=% MyBCommits letb:fzf_winview=winsaveview() | <line1>,<line2>callfzf#vim#buffer_commits(fzf#vim#with_preview({ "placeholder": "" }), <bang>0)
command!-bar-bang -range=% MyCommits letb:fzf_winview=winsaveview() | <line1>,<line2>callfzf#vim#commits(fzf#vim#with_preview({ "options": ["--header FOO"] }), <bang>0)
No description provided.
The text was updated successfully, but these errors were encountered: