[tmux] Again trying colors better
This commit is contained in:
parent
a9e77d2b71
commit
10ca217da7
1 changed files with 1 additions and 3 deletions
|
|
@ -27,9 +27,6 @@ bind-key a send-prefix
|
|||
set -g xterm-keys on
|
||||
setw -g xterm-keys on
|
||||
|
||||
# Colors?
|
||||
set -g default-terminal "tmux-direct"
|
||||
|
||||
# Activity monitoring
|
||||
#setw -g monitor-activity on
|
||||
#set -g visual-activity on
|
||||
|
|
@ -45,6 +42,7 @@ set -g history-limit 30000
|
|||
|
||||
# pretty
|
||||
set -g default-terminal "tmux-direct"
|
||||
set -a terminal-features "tmux-direct:RGB"
|
||||
|
||||
# fish!
|
||||
set-option -g default-shell /bin/fish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue