mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
tmux.conf: fix TERM variable
This commit is contained in:
parent
2d7678f694
commit
0265a8c13a
1 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
set -g default-terminal "xterm-kitty"
|
||||
#set-option -g default-terminal "xterm-256color"
|
||||
set-option -ga terminal-overrides ",xterm-kitty:Tc:clipboard:usstyle"
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
|
||||
set-window-option -g mode-keys vi
|
||||
set -g escape-time 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue