config/tmux.conf
2016-11-13 13:59:48 +02:00

15 lines
232 B
Bash

# Remap prefix to ctrl + a
set -g prefix C-a
unbind C-b
bind C-a send-prefix
set -sg escape-time 0
unbind r
bind r source-file ~/.tmux.conf
unbind ^A
bind ^A select-pane -t :.*
bind e copy-mode
set-window-option -g mode-keys vi