]> Sergey Matveev's repositories - dotfiles.git/blobdiff - tmux/.tmux/functions.zsh/tmux-fzf-git-commits
Refactored tmux fzf menus
[dotfiles.git] / tmux / .tmux / functions.zsh / tmux-fzf-git-commits
diff --git a/tmux/.tmux/functions.zsh/tmux-fzf-git-commits b/tmux/.tmux/functions.zsh/tmux-fzf-git-commits
new file mode 100644 (file)
index 0000000..47198cf
--- /dev/null
@@ -0,0 +1,2 @@
+git --no-pager log --oneline -n 100 | perl -ne 'print "@~$n $_"; $n++' |
+fzf --reverse | cut -w -f1