Tmux: Move prefix to C-[.

This commit is contained in:
Dmitry Voronin 2024-10-21 14:06:59 +03:00
parent dccf7c5b6e
commit 1662420bdc
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -2,6 +2,8 @@
{
text = ''
unbind-key C-b
set-option -g prefix C-[
bind-key C-[ send-prefix
bind -n M-r source-file ~/.config/tmux/tmux.conf
'';
}