Skip to content

Instantly share code, notes, and snippets.

View ce-manalang's full-sized avatar

Ce Manalang ce-manalang

View GitHub Profile
# Make it use C-a, similar to screen..
unbind C-b
unbind l
set -g prefix C-a
bind-key C-a last-window
# Reload key
bind r source-file ~/.tmux.conf
set -g default-terminal "screen-256color"