add tmux.conf

This commit is contained in:
Simo-Pekka Kerkelä 2015-10-12 17:54:47 +03:00
parent b2cb686472
commit a1ebb893f6

10
tmux.conf Normal file
View file

@ -0,0 +1,10 @@
# 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 :.*