mapping comment

This commit is contained in:
Christian Nieves
2022-11-30 10:53:19 -06:00
parent 96e3cd913a
commit c80993e8f5

View File

@ -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