Switch tmux to ctrl p leader
This commit is contained in:
parent
1221a5b80f
commit
ee10e200fd
@ -1,7 +1,7 @@
|
|||||||
# Remap leader to ctrl+a
|
# Remap leader to ctrl+a
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set-option -g prefix C-a
|
set-option -g prefix C-p
|
||||||
bind-key C-a send-prefix
|
bind-key C-p send-prefix
|
||||||
|
|
||||||
# Quick release config file
|
# Quick release config file
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user