Update terminal emulator
This commit is contained in:
parent
42a31888f7
commit
ede15858ab
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
# use vim copy/paste keybindings
|
# use vim copy/paste keybindings
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|
||||||
set -g default-terminal "xterm-256color"
|
# this should correspond to $TERM set in the terminal
|
||||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
set -g default-terminal "tmux-256color"
|
||||||
|
set -ga terminal-overrides ",tmux-256color:RGB"
|
||||||
|
|
||||||
set -g default-shell /bin/bash
|
set -g default-shell /bin/bash
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue