Tmux: Move prefix to C-[.
This commit is contained in:
parent
dccf7c5b6e
commit
1662420bdc
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue