From ad34156bdac584fe2e05b454fb007b8b25e085a0 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Wed, 17 Aug 2022 12:45:15 -0500 Subject: [PATCH] Bug fixing --- tmux_copy_last_command_output.tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux_copy_last_command_output.tmux b/tmux_copy_last_command_output.tmux index 3385327..b44ab8c 100755 --- a/tmux_copy_last_command_output.tmux +++ b/tmux_copy_last_command_output.tmux @@ -10,4 +10,4 @@ default_prompt_pattern=" ) " PROMPT_PATTERN=$(tmux show-option -gqv @command-copy-prompt-pattern) PROMPT_PATTERN=${PROMPT_PATTERN:-$default_prompt_pattern} -tmux bind $CAPTURE_KEY new-window -n -d last-command-output -e PROMPT_PATTERN="$PROMPT_PATTERN" "$CURRENT_DIR/plugin.sh" +tmux bind $CAPTURE_KEY new-window -n last-command-output -e PROMPT_PATTERN="$PROMPT_PATTERN" "$CURRENT_DIR/plugin.sh"