From 833e23310beff1c70e3b48a7b00f63b1b85bfef0 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Tue, 20 Nov 2018 19:19:32 +0100 Subject: [PATCH] tmux: mouse off, xterm-256color --- dotfiles/tmux/.tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dotfiles/tmux/.tmux.conf b/dotfiles/tmux/.tmux.conf index eacc15f..eb1d34f 100644 --- a/dotfiles/tmux/.tmux.conf +++ b/dotfiles/tmux/.tmux.conf @@ -1,6 +1,8 @@ -set -g default-terminal "tmux-256color" -set -g mouse on +set -g default-terminal "xterm-256color" +#set -g default-terminal "tmux-256color" +#set -g mouse on +set-window-option -g xterm-keys on # {{{{ Gruvbox color scheme -- 2.30.2