From a57064494c0f41f0c11e1320952f28715252005d Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 13 Mar 2013 14:37:52 +0400 Subject: [PATCH] Removing explicit TERM setup. --- .tmux.conf | 2 +- .urxvt/Xdefaults | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 181a2cc..46af80d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -12,7 +12,7 @@ bind + resize-pane -U 10 bind : command-prompt # vi-style controls for copy mode setw -g mode-keys vi -set -g default-terminal "screen-256color" +# set -g default-terminal "screen-256color" bind-key R respawn-window diff --git a/.urxvt/Xdefaults b/.urxvt/Xdefaults index ca9c0ec..502eb56 100644 --- a/.urxvt/Xdefaults +++ b/.urxvt/Xdefaults @@ -19,7 +19,7 @@ URxvt.color14: rgb:55/ff/ff URxvt.color15: rgb:ff/ff/ff ! Имя терминала -URxvt*termName: screen-256color +! URxvt*termName: screen-256color ! Будет ли курсор мигать URxvt.cursorBlink: false