Last active
May 24, 2023 17:16
-
-
Save cenan/0e8e6b0670c377b63bec983fa74d4e6c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g default-terminal "screen-256color" | |
set -g base-index 1 | |
setw -g mode-keys vi | |
bind-key | split-window -h | |
bind-key - split-window -v | |
bind-key -n C-S-Left select-window -t -1 | |
bind-key -n C-S-Right select-window -t +1 | |
setw -g status-bg colour60 | |
setw -g status-fg colour250 | |
set -g window-status-current-style bg=colour69,fg=colour255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment