]> git.phdru.name Git - dotfiles.git/commitdiff
.tmux.conf: Update to tmux 2.3 (Debian 9 stretch)
authorOleg Broytman <phd@phdru.name>
Mon, 5 Mar 2018 01:21:56 +0000 (04:21 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 5 Mar 2018 01:21:56 +0000 (04:21 +0300)
.tmux.conf

index ef1626023fbafbdaed5a5fe6555dd665e0691406..72b57b5e6b7d94d09c99e813d0dcfb7d344f2148 100644 (file)
@@ -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