This commit is contained in:
Tony Grosinger 2020-02-03 09:16:49 -08:00
parent 630134b3b4
commit 1f8aa11ece

View File

@ -30,6 +30,11 @@ bind -n C-Right if-shell "$is_vim" "send-keys C-l" "select-pane -R"
bind -n S-Right next-window
bind -n S-Left previous-window
# Set base index for windows to 1 instead of 0
set -g base-index 1
# Set base index for panes to 1 instead of 0
setw -g pane-base-index 1
#### COLOUR (Solarized light)
# default statusbar colors