tmux: Agregar config básica

This commit is contained in:
Cat /dev/Nulo 2022-07-10 21:06:58 -03:00
parent c44bb1b4d5
commit c86b3e0319
1 changed files with 5 additions and 0 deletions

5
.config/tmux/tmux.conf Normal file
View File

@ -0,0 +1,5 @@
set -sg escape-time 20
set -g history-limit 100000
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*:Tc"