diff --git a/tmux-fingers.tmux b/tmux-fingers.tmux index bb77b46..598ed1b 100755 --- a/tmux-fingers.tmux +++ b/tmux-fingers.tmux @@ -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"