From d5377880fa767bff124ffe2d5d6530f4d554a0fe Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Fri, 9 Jun 2023 08:18:36 +0200 Subject: Add small configs --- linux/tmux.conf | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'linux/tmux.conf') diff --git a/linux/tmux.conf b/linux/tmux.conf index f10801d..d4f8a7d 100644 --- a/linux/tmux.conf +++ b/linux/tmux.conf @@ -1,10 +1,14 @@ # -- general ------------------------------------------------------------------- #set -g default-terminal "xterm-256color" #set -g default-terminal "screen-256color" -set -as terminal-overrides ",*:U8=0" +set -g default-terminal "xterm-256color" + +#set -as terminal-overrides ",*:U8=0" +#set-option -sa terminal-overrides ',xterm-256color:RGB' +set-option -ga terminal-overrides ",xterm-256color:Tc" + 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" @@ -23,8 +27,8 @@ set -g status-interval 10 # redraw status line every 10 seconds set-option -g default-shell /usr/bin/zsh -set-option -g display-panes-active-colour colour33 -set-option -g display-panes-colour colour166 +#set-option -g display-panes-active-colour colour33 +#set-option -g display-panes-colour colour166 # activity set -g monitor-activity on @@ -67,7 +71,7 @@ set -g visual-bell on set -g bell-action any # Scroll in shell -set -g terminal-overrides 'xterm*:smcup@:rmcup@' +#set -g terminal-overrides 'xterm*:smcup@:rmcup@' #set -wg xterm-keys 1 set -g mouse on #set-option -s set-clipboard off -- cgit v1.2.3