diff options
Diffstat (limited to 'linux/tmux.conf')
-rw-r--r-- | linux/tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/tmux.conf b/linux/tmux.conf index 63b4cb3..4ea4670 100644 --- a/linux/tmux.conf +++ b/linux/tmux.conf @@ -4,6 +4,7 @@ set -g default-terminal "screen-256color" set -as terminal-overrides ",*:U8=0" set -s escape-time 10 # faster command sequences set -s focus-events on +set-option -sa terminal-overrides ',rxvt-256color:RGB' run-shell "powerline-daemon -q" #source "/usr/local/lib/python3.7/site-packages/powerline/bindings/tmux/powerline.conf" @@ -65,7 +66,7 @@ set -g bell-action any # Scroll in shell set -g terminal-overrides 'xterm*:smcup@:rmcup@' #set -wg xterm-keys 1 -set -g mouse on +set -g mouse on #set-option -s set-clipboard off # Sync panes |