Bug fixing

This commit is contained in:
Sayantan Santra 2022-08-17 12:45:15 -05:00
parent cd5120850c
commit ad34156bda
1 changed files with 1 additions and 1 deletions

View File

@ -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"