config/tmux.conf
Simo-Pekka Kerkelä a1ebb893f6 add tmux.conf
2015-10-12 17:54:47 +03:00

10 lines
157 B
Bash

# Remap prefix to ctrl + a
set -g prefix C-a
unbind C-b
bind C-a send-prefix
unbind r
bind r source-file ~/.tmux.conf
unbind ^A
bind ^A select-pane -t :.*