make dotfiles stow-able

This commit is contained in:
Grigory Shipunov 2021-08-14 20:45:01 +02:00
parent 242fc85911
commit 2a0b443bc5
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
16 changed files with 0 additions and 0 deletions

18
tmux/.tmux.conf Normal file
View file

@ -0,0 +1,18 @@
# fix esc problems in vim
set -s escape-time 0
# resize based on smallest connected window, not session
setw -g aggressive-resize on
# more scrollback in the name of satan
set-option -g history-limit 50000
# all the colors we can get
set-option -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",xterm*:Tc"
# vi style copy mode
setw -g mode-keys vi
# do not truncate session name
set -g status-left-length 15