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