mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
Fixed tmux remote colors
This commit is contained in:
@@ -63,5 +63,4 @@ if type "$docker" > /dev/null; then
|
||||
alias dc='docker-compose'
|
||||
alias docker-rm-untagged='docker rmi -f $(docker images | grep "^<none>" | awk "{print $3}")'
|
||||
fi
|
||||
|
||||
alias tmux='tmux attach || tmux'
|
||||
alias tmux="TERM=screen-256color-bce tmux attach || TERM=screen-256color-bce tmux"
|
||||
|
||||
@@ -89,6 +89,10 @@ set -g pane-active-border-fg colour51
|
||||
# Enable mouse control (clickable windows, panes, resizable panes)
|
||||
set -g mouse on
|
||||
set -g default-terminal "screen-256color"
|
||||
set-window-option -g mode-mouse on
|
||||
set-option -g mode-mouse on
|
||||
set-option -g mouse-select-pane on
|
||||
set-option -g mouse-resize-pane on
|
||||
|
||||
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user