mapping comment
This commit is contained in:
@ -7,7 +7,10 @@ bind C-a send-prefix
|
|||||||
set -g prefix `
|
set -g prefix `
|
||||||
bind-key ` send-prefix
|
bind-key ` send-prefix
|
||||||
|
|
||||||
|
# Tick -> Ctrl-A, sets prefix to Ctrl-A
|
||||||
bind-key C-a set-option -g prefix C-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 `
|
bind-key C-b set-option -g prefix `
|
||||||
|
|
||||||
set-option -g history-limit 100000000
|
set-option -g history-limit 100000000
|
||||||
|
Reference in New Issue
Block a user