Fix tmux.conf prefix bind key

This commit is contained in:
2025-04-11 17:13:22 +02:00
parent 7bd82d5b13
commit 73acf4d31c

View File

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