From 7806b512a03b8b92b2ea543d966edb6a24ca56ef Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 27 Jul 2022 23:21:14 -0400 Subject: [PATCH] FIX tmux upgrade bug --- dot_config/tmux/tmux.conf.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index 994b48d..be1c8b8 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -101,9 +101,9 @@ set -g message-style "fg=#ffffaa,bg=#666600" set -g pane-border-status off -if-shell -b '[ "$(echo "$TMUX_VERSION >= 3.2" | bc)" = 1 ]' ' \ - set -g copy-mode-current-match-style "fg=#000000,bg=#ffffff" \ - set -g copy-mode-match-style "fg=#000000,bg=#aa00aa"' +if-shell -b '[ "$(echo "$TMUX_VERSION >= 3.2" | bc)" = 1 ]' \ + 'set -g copy-mode-current-match-style "fg=#000000,bg=#ffffff"' \ + 'set -g copy-mode-match-style "fg=#000000,bg=#aa00aa"' # pressing F12 turns the current prefix key/keymap "OFF" and allows keypresses # to go to a nested session if running