1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-07-02 14:33:40 +02:00

tmux.conf: fix TERM variable

This commit is contained in:
Henrik Hautakoski 2024-05-06 16:11:27 +02:00
parent 2d7678f694
commit 0265a8c13a

View file

@ -1,6 +1,5 @@
set -g default-terminal "xterm-kitty" set -g default-terminal "tmux-256color"
#set-option -g default-terminal "xterm-256color" set -ag terminal-overrides ",xterm-256color:RGB"
set-option -ga terminal-overrides ",xterm-kitty:Tc:clipboard:usstyle"
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
set -g escape-time 10 set -g escape-time 10