From ee8364d7f3396a16df63d8ed9b5d80afd51dbfe7 Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Wed, 1 Nov 2017 10:42:15 +0100 Subject: [PATCH] remove terminal overrides --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 77d9edd..841bf3f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,7 +1,7 @@ set -g base-index 1 set -s escape-time 0 set -g prefix C-a -set -g terminal-overrides 'xterm*:smcup@:rmcup@' +#set -g terminal-overrides 'xterm*:smcup@:rmcup@' unbind % bind | split-window -h bind - split-window -v