mirror of
https://github.com/SinTan1729/tmux_copy_last_command_output.git
synced 2025-04-19 09:30:01 -05:00
Bug fixing
This commit is contained in:
parent
cd5120850c
commit
ad34156bda
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ default_prompt_pattern=" ) "
|
||||||
PROMPT_PATTERN=$(tmux show-option -gqv @command-copy-prompt-pattern)
|
PROMPT_PATTERN=$(tmux show-option -gqv @command-copy-prompt-pattern)
|
||||||
PROMPT_PATTERN=${PROMPT_PATTERN:-$default_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"
|
||||||
|
|
Loading…
Reference in a new issue