Skip to content

Instantly share code, notes, and snippets.

@fats
Created March 22, 2016 17:33
Show Gist options
  • Save fats/4f60afd99aa191e6d9d6 to your computer and use it in GitHub Desktop.
Save fats/4f60afd99aa191e6d9d6 to your computer and use it in GitHub Desktop.
tmux config!
set -g status-utf8 on
set -g utf8 on
set -g default-terminal "screen-256color"
set -g prefix C-a
unbind C-o
set -g status-bg blue
set -g status-fg white
unbind r
bind r source-file ~/.tmux.conf
unbind %
bind | split-window -h
bind - split-window -v
#set -g status off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment