diff options
Diffstat (limited to 'stow/tmux')
-rw-r--r-- | stow/tmux/.tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index be03787..935e019 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -2,7 +2,8 @@ unbind C-b set -g prefix m-a bind m-a send-prefix -set-option -g default-terminal "screen-256color" +#set-option -g default-terminal "screen-256color" # Old, no italics +set-option -g default-terminal "tmux-256color" set -g xterm-keys on #setw -g monitor-activity on #set -g visual-activity on |