dotfiles/tmux/tmux.conf.symlink
2015-05-02 18:39:33 +01:00

9 lines
140 B
Text

# 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 :.+