From cf65f84250205b1b3b016799bc5a18381ca42147 Mon Sep 17 00:00:00 2001 From: steveokard Date: Thu, 27 May 2021 16:19:34 -0400 Subject: [PATCH] forgot default_term because i'm a moron --- tmux/.tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 60c842c..ec721b4 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,3 +1,7 @@ +# -- general ------------------------------------------------------------------- +set -g default-terminal "screen-256color" # colors! +set -g xterm-keys on + # remap prefix to Control + a set -g prefix C-a unbind C-b @@ -8,7 +12,6 @@ set -sg escape-time 0 set -g history-limit 100000 #setw -g mode-keys vi set-option -g mouse on -set -g xterm-keys on set-window-option -g xterm-keys on #set-option -g pane-active-border-fg yellow