Created
March 22, 2016 17:33
-
-
Save fats/4f60afd99aa191e6d9d6 to your computer and use it in GitHub Desktop.
tmux config!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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