Skip to content

Instantly share code, notes, and snippets.

@seanspradlin
Created May 12, 2016 21:04
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 seanspradlin/43e41202bc38cc36924349affcc72e0e to your computer and use it in GitHub Desktop.
Save seanspradlin/43e41202bc38cc36924349affcc72e0e to your computer and use it in GitHub Desktop.
set -g utf8
set-window-option -g utf8 on
set -g default-terminal "screen-256color"
set -sg escape-time 1
set-option -g base-index 1
setw -g pane-base-index 1
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
bind r source-file ~/.tmux.conf
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
set-option -g allow-rename off
set -g status-bg black
set -g status-fg white
set-option -g status-attr default
set-option -g pane-border-fg colour235 #base02
set-option -g pane-active-border-fg colour240 #base01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment