mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2026-01-06 00:55:32 +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 dc='docker-compose'
|
||||||
alias docker-rm-untagged='docker rmi -f $(docker images | grep "^<none>" | awk "{print $3}")'
|
alias docker-rm-untagged='docker rmi -f $(docker images | grep "^<none>" | awk "{print $3}")'
|
||||||
fi
|
fi
|
||||||
|
alias tmux="TERM=screen-256color-bce tmux attach || TERM=screen-256color-bce tmux"
|
||||||
alias tmux='tmux attach || tmux'
|
|
||||||
|
|||||||
@@ -89,6 +89,10 @@ set -g pane-active-border-fg colour51
|
|||||||
# Enable mouse control (clickable windows, panes, resizable panes)
|
# Enable mouse control (clickable windows, panes, resizable panes)
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g default-terminal "screen-256color"
|
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