Skip to content

Instantly share code, notes, and snippets.

View michaeljkchoi's full-sized avatar

Michael Choi michaeljkchoi

View GitHub Profile
set -g prefix C-a
unbind C-b
bind C-a send-prefix
set -g default-terminal "xterm"
set-option -g mouse on
# Use vim keybindings in copy mode
setw -g mode-keys vi
syntax enable
set background=dark
colorscheme solarized
filetype on
filetype plugin indent on
set relativenumber
set number