From: Oleg Broytman Date: Mon, 5 Mar 2018 01:21:56 +0000 (+0300) Subject: .tmux.conf: Update to tmux 2.3 (Debian 9 stretch) X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=95f53ddcd84e27d6827bc7eb5a882b507fac80ca .tmux.conf: Update to tmux 2.3 (Debian 9 stretch) --- diff --git a/.tmux.conf b/.tmux.conf index ef16260..72b57b5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -13,11 +13,7 @@ set-window-option -g xterm-keys on if-shell "test -z $SLOWTERM" "set-option -gs escape-time 0" # Mouse -set-window-option -g mode-mouse on -set-option -g mouse-select-pane on -set-option -g mouse-resize-pane on -# Mouse can be used to select windows (by clicking in the status bar) -set-option -g mouse-select-window on +#set-option -g mouse on # Rather than constraining window size to the maximum size of any client # connected to the *session*, constrain window size to the maximum size of any @@ -48,7 +44,6 @@ set-window-option -g mode-style bg=black set-window-option -g window-status-activity-style fg=yellow set-window-option -g window-status-bell-style fg=red -set-window-option -g window-status-content-style fg=magenta set-window-option -g window-status-current-style bg=blue,fg=white set-window-option -g window-status-style bg=cyan,fg=black