diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..f6cb6c6 --- /dev/null +++ b/tmux.conf @@ -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 :.*