Skip to content

Instantly share code, notes, and snippets.

@xjackk
Created March 10, 2015 16:24
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 xjackk/590888f4afba23779289 to your computer and use it in GitHub Desktop.
Save xjackk/590888f4afba23779289 to your computer and use it in GitHub Desktop.
tmux.conf
# jack tmux conf
set status-utf8 on
set utf8 on
# unbind C-b and go emacs style with C-x
unbind C-b
set -g prefix C-x
bind C-x send-prefix
set-option -g default-terminal "screen-256color" #"xterm-256color" # "screen-256color"
set -g status-bg white
set -g status-fg black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment