Skip to content

Instantly share code, notes, and snippets.

@ihodes
Created January 20, 2014 18:43
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 ihodes/8526367 to your computer and use it in GitHub Desktop.
Save ihodes/8526367 to your computer and use it in GitHub Desktop.
# because... emacs
unbind C-b
set -g prefix C-z
# intuitive window splitting
unbind %
bind | split-window -h
bind _ split-window -v
# my preferred copy-mode
unbind [
bind = copy-mode
set -g default-terminal "screen-256color-new"
# Start windows' numbering at 1
set -g base-index 1
# Otherwise problem occur with mah large screenz
setw -g aggressive-resize on
# Better status bar
set-window-option -g window-status-current-bg "#acacac"
set-window-option -g window-status-current-fg black
set-window-option -g status-bg "#121212"
set-window-option -g status-fg "#acacac"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment