1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

tmux.conf: update

This commit is contained in:
Henrik Hautakoski 2025-05-14 20:38:27 +02:00
parent 8ac6efa061
commit a2687d5788

View file

@ -1,6 +1,6 @@
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
set -as terminal-features ',xterm-256color:clipboard'
set -g default-terminal "$TERM"
set -ag terminal-overrides ",$TERM:Tc"
set -as terminal-features ",$TERM:clipboard,$TERM:usstyle"
set-window-option -g mode-keys vi
set -g escape-time 10