git_branches cmd README fix (closes issue #111)
This commit is contained in:
parent
befdb5db85
commit
34eedd8c3e
@ -341,8 +341,8 @@ require'fzf-lua'.setup {
|
||||
},
|
||||
branches = {
|
||||
prompt = 'Branches❯ ',
|
||||
cmd = "git branch --all --color --reflog",
|
||||
preview = "git log --graph --pretty=oneline --abbrev-commit --color {1}",
|
||||
cmd = "git branch --all --color",
|
||||
preview = "git log --graph --pretty=oneline --abbrev-commit --reflog --color {1}",
|
||||
actions = {
|
||||
["default"] = actions.git_switch,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user