mirror of
https://github.com/tmux-plugins/tmux-logging.git
synced 2026-09-10 07:16:28 -04:00
Merge 020b76b612 into b5c5f7b9bc
This commit is contained in:
commit
d33c941069
|
|
@ -3,7 +3,7 @@ SUPPORTED_VERSION="1.9"
|
|||
# Key binding options and defaults
|
||||
|
||||
default_logging_key="P" # Shift-p
|
||||
logging_key=$(tmux show-option -gqv "@logging_key")
|
||||
logging_key=$(tmux show-option -gqv "@logging-key")
|
||||
logging_key=${logging_key:-$default_logging_key}
|
||||
|
||||
default_pane_screen_capture_key="M-p" # Alt-p
|
||||
|
|
|
|||
Loading…
Reference in a new issue