]> Sergey Matveev's repositories - dotfiles.git/blob - tmux/.tmux/functions.zsh/tmux-fzf-git-commits
Make zathura configuration file aware
[dotfiles.git] / tmux / .tmux / functions.zsh / tmux-fzf-git-commits
1 git --no-pager log --oneline -n 100 | perl -ne 'print "@~$n $_"; $n++' |
2 fzf --reverse | cut -w -f1