diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 52bd7d8..386f269 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -7,7 +7,10 @@ bind C-a send-prefix set -g prefix ` bind-key ` send-prefix +# Tick -> Ctrl-A, sets prefix to Ctrl-A bind-key C-a set-option -g prefix C-a + +# Ctrl-A -> Ctrl-b, sets prefix to Tick bind-key C-b set-option -g prefix ` set-option -g history-limit 100000000