Fix tmux.conf prefix bind key
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#unbind C-b
|
# release old prefix
|
||||||
# Send Ctrl+a to applications by pressing it twice
|
unbind C-b
|
||||||
bind C-a send-prefix
|
set -g prefix ^A
|
||||||
|
bind a send-prefix
|
||||||
# Easy quick reload, terminal way: tmux source ~/.tmux.conf
|
# Easy quick reload, terminal way: tmux source ~/.tmux.conf
|
||||||
bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded..."
|
bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded..."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user