This commit is contained in:
KeeganForelight 2022-03-08 21:20:01 -05:00
parent 37da1c877d
commit bcf8c0ec94

View File

@ -4,3 +4,7 @@ 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