diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6979591..26ecf5f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,3 +4,4 @@ unbind-key C-b bind-key C-a send-prefix set-option -g mouse +set-option -sa terminal-features ',xterm-256color:RGB' |