.files/.tmux.conf

13 lines
300 B
Text
Raw Normal View History

2020-06-01 14:14:26 +02:00
# fix esc problems in vim
set -s escape-time 0
# resize based on smallest connected window, not session
setw -g aggressive-resize on
# all the colors we can get
set-option -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",xterm*:Tc"
2020-10-20 00:21:14 +02:00
# vi style copy mode
setw -g mode-keys vi