Skip to content

Instantly share code, notes, and snippets.

@a-morales
a-morales / .tmux.conf
Last active December 30, 2015 00:59
my .tmux.conf file along with the scripts I use for the status bar. I am using the following theme https://github.com/chriskempson/tomorrow-theme with the inconsolata-dz patched font https://github.com/Lokaltog/powerline-fonts
unbind C-b
set -g prefix C-o
bind v send-prefix
#setting utf8 encoding
set -g utf8
set-window-option -g utf8 on
#default settings
set -g default-terminal "screen-256color"