From cf6b069f6f0ead4355f0e6e1a8f9512807a99aa3 Mon Sep 17 00:00:00 2001 From: Nate Dwarshuis Date: Tue, 30 Aug 2022 10:42:07 -0400 Subject: [PATCH] FIX remove else branch --- dot_config/tmux/tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index 11cca4b..aa26154 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -102,8 +102,7 @@ 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"' + '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