remove unused capture-pane call

This commit is contained in:
Jorge Morante 2018-02-14 21:24:47 +01:00
parent a3ea072959
commit bafa58e1fd
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ DEFAULT_FINGERS_KEY="F"
FINGERS_KEY=$(tmux show-option -gqv @fingers-key)
FINGERS_KEY=${FINGERS_KEY:-$DEFAULT_FINGERS_KEY}
tmux bind-key $FINGERS_KEY run-shell "tmux capture-pane -p | $CURRENT_DIR/scripts/tmux-fingers.sh"
tmux bind-key $FINGERS_KEY run-shell "$CURRENT_DIR/scripts/tmux-fingers.sh"