Only set $TERM
to screen variabt inside tmux
Reverts 09813ae41c
, no idea why I did that!
This commit is contained in:
parent
2b077bd847
commit
0f796b8494
3 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ NNN_DE_FILE_MANAGER=nautilus
|
|||
GTK_IM_MODULE=ibus
|
||||
XMODIFIERS=@im=ibus
|
||||
QT_IM_MODULE=ibus
|
||||
TERM=screen-256color
|
||||
QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||
WINIT_HIDPI_FACTOR=1.0
|
||||
MOZ_USE_XINPUT2=1
|
||||
|
|
|
@ -5,6 +5,7 @@ set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
|||
set-window-option -g mouse on
|
||||
set-window-option -g mode-keys vi
|
||||
set -g set-clipboard on
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
unbind C-b
|
||||
set -g prefix C-t
|
||||
|
|
|
@ -5,4 +5,3 @@ export HISTCONTROL=ignoreboth
|
|||
|
||||
export BROWSER=$(which firefox)
|
||||
export EDITOR=$(which vim)
|
||||
export TERM=screen-256color
|
||||
|
|
Loading…
Reference in a new issue