From bafa58e1fd37fd95e5440962f23cd096609fc223 Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Wed, 14 Feb 2018 21:24:47 +0100 Subject: [PATCH] remove unused capture-pane call --- tmux-fingers.tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"