define TERM as 256 colors
This commit is contained in:
parent
3e89638595
commit
c09b531f83
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue