]> Sergey Matveev's repositories - dotfiles.git/blob - tmux/.tmux/functions.zsh/tmux-fzf-git-branches
Make zathura configuration file aware
[dotfiles.git] / tmux / .tmux / functions.zsh / tmux-fzf-git-branches
1 { git branch ; git branch --remote } | sed "s/ //g" |
2 fzf --preview "git log --oneline --graph --decorate=short --color=always {}"