nvim
KeeganForelight 3 years ago
parent 37da1c877d
commit bcf8c0ec94

@ -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

Loading…
Cancel
Save