mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-04 08:28:44 +00:00
Enable mouse in tmux
This commit is contained in:
+5
-5
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user