diff --git a/profiles/base/.tmux.conf b/profiles/base/.tmux.conf new file mode 100644 index 0000000..d993e80 --- /dev/null +++ b/profiles/base/.tmux.conf @@ -0,0 +1,5 @@ +set-window-option -g xterm-keys on +set -s escape-time 10 # faster command timeout +set -g history-limit 10000 + +set -g status-interval 10