Skip to content

Instantly share code, notes, and snippets.

@Apsu
Apsu / .tmux.conf
Created January 27, 2015 17:54
vi{,m} environment config files
# Prefix and cycle
set-option -g prefix C-\\
bind C-\ last-window
# Reload config
bind r source-file ~/.tmux.conf
# Mouse mode
set -g mode-mouse on
set -g mouse-resize-pane on