Skip to content

Instantly share code, notes, and snippets.

@Timvd
Timvd / tmux.conf
Last active February 20, 2018 14:37 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
set -g prefix `
bind ` send-prefix
bind - split-window
bind \ split-window -h
bind | split-window -h
bind b setw synchronize-panes on
bind B setw synchronize-panes off