From bb8674f96ee2d8cec084d92ba0067cf6585414dd Mon Sep 17 00:00:00 2001 From: jond Date: Sun, 29 Jul 2018 13:33:07 -0500 Subject: [PATCH] Removed output from inner/our tmux --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index ab8ef91..7e4efb7 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -89,7 +89,7 @@ bind -T root F12 \ set status-left "#[fg=white,bg=blac] #S #[fg=default,bg=default] " \;\ set status-right " #[fg=brightwhite,bg=black] %a, %d %b %H:%M #[fg=white,bg=blac] #(whoami)@#h " \;\ if -F '#{pane_in_mode}' 'send-keys -X cancel' \;\ - display-message "ENTER inner tmux ..." + #display-message "ENTER inner tmux ..." bind -T off F12 \ set -u prefix \;\ set -u key-table \;\ @@ -98,4 +98,4 @@ bind -T off F12 \ set -u status-left \;\ set -u status-right \;\ set -u status-bg \;\ - display-message "EXIT inner tmux ..." + #display-message "EXIT inner tmux ..."