Basic tmux config

This commit is contained in:
Max Bucknell 2015-05-02 18:39:33 +01:00
parent ac9ea7e5fa
commit 07239a07b0

9
tmux/tmux.conf.symlink Normal file
View file

@ -0,0 +1,9 @@
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
bind C-a send-prefix
# quick pane cycling
unbind ^A
bind ^A select-pane -t :.+