diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ set -g mouse on -set -g status-style bg=#F6FFFA +set -g status-style bg=#FFFFFF set -s escape-time 0 +run-shell ~/.config/tmux/urlview.tmux +set -g default-terminal "tmux-256color" +set -g xterm-keys on +new-session -n $HOST + |