Removing explicit TERM setup.
This commit is contained in:
parent
8f8b125903
commit
a57064494c
|
@ -12,7 +12,7 @@ bind + resize-pane -U 10
|
||||||
bind : command-prompt
|
bind : command-prompt
|
||||||
# vi-style controls for copy mode
|
# vi-style controls for copy mode
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
set -g default-terminal "screen-256color"
|
# set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
bind-key R respawn-window
|
bind-key R respawn-window
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ URxvt.color14: rgb:55/ff/ff
|
||||||
URxvt.color15: rgb:ff/ff/ff
|
URxvt.color15: rgb:ff/ff/ff
|
||||||
|
|
||||||
! Имя терминала
|
! Имя терминала
|
||||||
URxvt*termName: screen-256color
|
! URxvt*termName: screen-256color
|
||||||
|
|
||||||
! Будет ли курсор мигать
|
! Будет ли курсор мигать
|
||||||
URxvt.cursorBlink: false
|
URxvt.cursorBlink: false
|
||||||
|
|
Loading…
Reference in New Issue