From 64d19effcc7aa1db2f134130484aa68cddd6ecd6 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Thu, 30 Jun 2022 13:31:26 +0200 Subject: neovim --- linux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux') 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 -- cgit v1.2.3