commit ba509002382694dce9c53284994b4586865f5eb7 parent faa5072a2039f0964decebd4fdaa70fec0de50fe Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 15 Jan 2020 14:15:56 +0100 Remove git log binding with fzf Diffstat:
M | .profile | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/.profile b/.profile @@ -99,12 +99,6 @@ alias gp='git push' alias gpu='git pull && git fetch --all' alias gcgp='git commit --verbose --gpg-sign && git push' alias gcagp='git commit --all --verbose --gpg-sign && git push' -alias gl="git log --graph --oneline --decorate --all --color=always | - fzf --ansi +s --preview='git show --color=always {2}' \ - --bind='pgdn:preview-page-down' \ - --bind='pgup:preview-page-up' \ - --bind='enter:execute:git show --color=always {2} | less -R' \ - --bind='ctrl-x:execute:git checkout {2} .'" tsplit() { if [ -z "$TMUX" ]; then