Skip to content

Instantly share code, notes, and snippets.

@lxc-xx
lxc-xx / .tmux.conf
Created January 26, 2018 12:49
tmux conf
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %