Replies: 1 comment 4 replies
-
No such mode. The closest thing is git branch | fzf --bind load:jump
git branch | fzf --bind load:jump-accept |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any mode to use single key press for selection? Like
git checkout $(git branch | fzf)
gives this list.What I want is this, but with colors instead of [].
Beta Was this translation helpful? Give feedback.
All reactions