Replace terminal type
to get JUNOS devices working correctly Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8d28356113
commit
d929cc8574
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."
|
|||
set-window-option -g automatic-rename
|
||||
|
||||
# color
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "xterm-256color"
|
||||
|
||||
# Pane switching with Alt+arrow
|
||||
bind -n M-Left select-pane -L
|
||||
|
|
Loading…
Reference in a new issue