Skip to content

Instantly share code, notes, and snippets.

@cenan
Last active May 24, 2023 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cenan/0e8e6b0670c377b63bec983fa74d4e6c to your computer and use it in GitHub Desktop.
Save cenan/0e8e6b0670c377b63bec983fa74d4e6c to your computer and use it in GitHub Desktop.
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