tmux: Agregar config básica
This commit is contained in:
parent
c44bb1b4d5
commit
c86b3e0319
1 changed files with 5 additions and 0 deletions
5
.config/tmux/tmux.conf
Normal file
5
.config/tmux/tmux.conf
Normal 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"
|
Loading…
Reference in a new issue