dotfiles/tmux.conf
KeeganForelight bcf8c0ec94 tmux QOL
2022-03-08 21:20:01 -05:00

11 lines
204 B
Bash

# Improve Colors
set -g default-terminal "screen-256color"
# Set scrollback buffer
set -g history-limit 10000
# Set binds
bind-key -n C-S-Left swap-window -t -1
bind-key -n C-S-Right swap-window -t +1