mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:26:27 +00:00
Show git authors in FZF commits
This commit is contained in:
parent
78b781b859
commit
f329bc8e27
@ -8,6 +8,8 @@ let g:fzf_action = {
|
||||
\ 'ctrl-t': 'tab split',
|
||||
\ 'ctrl-s': 'split',
|
||||
\ 'ctrl-v': 'vsplit' }
|
||||
" Override git log to show authors
|
||||
let g:fzf_commits_log_options = '--graph --color=always --format="%C(auto)%h %an: %s%d %C(black)%C(bold)%cr"'
|
||||
|
||||
" Override BTags to attempt to include gotags as well
|
||||
command! -bang -nargs=* FZFBTags
|
||||
|
Loading…
Reference in New Issue
Block a user