Files
boocode/apps/booterm/tmux.conf

7 lines
154 B
Bash

set -g default-terminal "screen-256color"
set -g history-limit 50000
set -g mouse on
setw -g mode-keys vi
set -g status off
set -g destroy-unattached off