git_branches cmd README fix (closes issue #111)

main
bhagwan 3 years ago
parent befdb5db85
commit 34eedd8c3e

@ -341,8 +341,8 @@ require'fzf-lua'.setup {
}, },
branches = { branches = {
prompt = 'Branches ', prompt = 'Branches ',
cmd = "git branch --all --color --reflog", cmd = "git branch --all --color",
preview = "git log --graph --pretty=oneline --abbrev-commit --color {1}", preview = "git log --graph --pretty=oneline --abbrev-commit --reflog --color {1}",
actions = { actions = {
["default"] = actions.git_switch, ["default"] = actions.git_switch,
}, },

Loading…
Cancel
Save