From 2eb64d25932ef383e32010e9682b58e1c66a8047 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 23 Jul 2014 00:34:52 -0400 Subject: [PATCH] Tweaked comment on $TERM after realizing override should be for urxvt --- tmux.normal.conf | 2 +- tmux.powerline.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.normal.conf b/tmux.normal.conf index 2595dc8..928f85d 100644 --- a/tmux.normal.conf +++ b/tmux.normal.conf @@ -22,7 +22,7 @@ bind Space send-prefix # SETTINGS # # general -set-option -g default-terminal "screen-256color" #set $TERM variable (urxvt users use: rxvt-unicode-256color) +set-option -g default-terminal "screen-256color" #set $TERM variable so programs know how to behave set-option -g base-index 1 #start counting windows at 1 instead of 0 (for more logical keboard-switching) set-option -g pane-base-index 1 #start counting panes at 1 instead of 0 set-option -g renumber-windows on #when a window is closed, renumber the remaining windows diff --git a/tmux.powerline.conf b/tmux.powerline.conf index 440e0c4..9bece7d 100644 --- a/tmux.powerline.conf +++ b/tmux.powerline.conf @@ -22,7 +22,7 @@ bind Space send-prefix # SETTINGS # # general -set-option -g default-terminal "screen-256color" #set $TERM variable (urxvt users use: rxvt-unicode-256color) +set-option -g default-terminal "screen-256color" #set $TERM variable so programs know how to behave set-option -g base-index 1 #start counting windows at 1 instead of 0 (for more logical keboard-switching) set-option -g pane-base-index 1 #start counting panes at 1 instead of 0 set-option -g renumber-windows on #when a window is closed, renumber the remaining windows