From 020b76b612ecdf23a523c9da91ad03829bfff1cb Mon Sep 17 00:00:00 2001 From: Kr1ss Date: Thu, 14 Feb 2019 15:00:53 +0100 Subject: [PATCH] rename the option for the 'logging' key-binding All other plugin options are using the dash sign '-' as word separator. So for consistency reasons, the underscore in '@logging_key' should be replaced with a dash as well. --- scripts/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/variables.sh b/scripts/variables.sh index a27c24f..e4a9206 100644 --- a/scripts/variables.sh +++ b/scripts/variables.sh @@ -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