fixed typo in .tmux.conf

This commit is contained in:
aaearon
2012-12-31 08:33:44 -05:00
parent 500344c3c4
commit bc6549282f
+1 -1
View File
@@ -40,7 +40,7 @@ set-option -g status-right-length 200
set-window-option -g window-status-current-bg red
#mouse - allows selct pane and resize with mouse
zset -g mode-mouse on
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on