Skip to content

Instantly share code, notes, and snippets.

@rosado
Last active July 28, 2017 09:58
Show Gist options
  • Save rosado/4523153 to your computer and use it in GitHub Desktop.
Save rosado/4523153 to your computer and use it in GitHub Desktop.
unbind C-b
set -g prefix C-z
# Set status bar
set -g status-bg black
set -g status-fg white
set -g status-left '#[fg=green]#H'
set-option -g allow-rename off
set-option -g automatic-rename off
# Highlight active window
set-window-option -g window-status-current-bg red
unbind % # Remove default binding since we’re replacing
bind | split-window -h
bind - split-window -v
bind C-z send-prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment