Skip to content

Instantly share code, notes, and snippets.

@davidguttman
Created November 26, 2016 17:19
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 davidguttman/8dee5787fa0dabd594d877751ddfa2b5 to your computer and use it in GitHub Desktop.
Save davidguttman/8dee5787fa0dabd594d877751ddfa2b5 to your computer and use it in GitHub Desktop.
# Rebind to Ctrl-a
set -g prefix C-a
unbind C-b
bind a send-prefix
bind C-a last-window
bind '"' choose-window
# Rebind pane splitting
unbind %
bind - split-window -v
bind _ split-window -h
# Set status bar
set -g status-bg colour236
set -g status-fg white
set -g status-left '#[fg=green]#H'
# Highlight active window
set-window-option -g window-status-current-bg colour164
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment