mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
tmux.conf: update
This commit is contained in:
parent
8ac6efa061
commit
a2687d5788
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue