Enable mouse in tmux

This commit is contained in:
2014-08-18 12:14:22 +03:00
parent 22fb84db37
commit 8c57e9d3b3
+5 -5
View File
@@ -18,10 +18,10 @@ set -g base-index 1
setw -g pane-base-index 1
# Configure Mouse
# setw -g mode-mouse on
# set -g mouse-select-pane on
# set -g mouse-resize-pane on
# set -g mouse-select-window on
setw -g mode-mouse on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-window on
# -------------------
# Visual Settings
@@ -45,7 +45,7 @@ set -g message-bg colour25
set -g message-attr bold
# Status bar
set-option -g status-position bottom
# set-option -g status-position bottom
set -g status-left '#[fg=colour25,bg=white,bold] #S #[fg=colour252,bg=colour238,bold]#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,bold]'
set -g status-right '#[fg=colour238,bg=colour234,bold]#[fg=colour245,bg=colour238,bold] #H #[fg=colour252,bg=colour238,bold]#[fg=colour25,bg=white,bold] #(date +%H:%M) '
set -g window-status-format "#[fg=white,bg=colour234] #I #W "