]> Sergey Matveev's repositories - dotfiles.git/blobdiff - tmux/.tmux/functions.zsh/tmux-fzf-git-branches
Refactored tmux fzf menus
[dotfiles.git] / tmux / .tmux / functions.zsh / tmux-fzf-git-branches
diff --git a/tmux/.tmux/functions.zsh/tmux-fzf-git-branches b/tmux/.tmux/functions.zsh/tmux-fzf-git-branches
new file mode 100644 (file)
index 0000000..91aa633
--- /dev/null
@@ -0,0 +1,2 @@
+{ git branch ; git branch --remote } | sed "s/ //g" |
+fzf --preview "git log --oneline --graph --decorate=short --color=always {}"