Enable truecolor support in tmux
This commit is contained in:
parent
bafcccb6b5
commit
94064771ce
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
# use vim copy/paste keybindings
|
# use vim copy/paste keybindings
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|
||||||
set -g default-terminal "tmux-256color"
|
|
||||||
set -g default-shell /bin/bash
|
set -g default-shell /bin/bash
|
||||||
|
set -ga terminal-overrides ",tmux-256color:Tc"
|
||||||
|
|
||||||
# split panes using | and -
|
# split panes using | and -
|
||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue