diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..3bca13d --- /dev/null +++ b/.config/tmux/tmux.conf @@ -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"