Skip to content

Instantly share code, notes, and snippets.

@mdoliwa
Created November 12, 2025 08:11
Show Gist options
  • Select an option

  • Save mdoliwa/52cb1f0c1fc57c8266b3f91e409f9440 to your computer and use it in GitHub Desktop.

Select an option

Save mdoliwa/52cb1f0c1fc57c8266b3f91e409f9440 to your computer and use it in GitHub Desktop.
set-option -sg escape-time 10
set-option -g focus-events on
unbind-key C-b
set-option -g prefix C-a
bind-key C-a last-window
set-option -sa terminal-overrides ',xterm-256color:RGB'
set-option -g default-terminal "screen-256color"
# Navigate pane with Ctrl-a followed by HJKL
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment