以下无法将字符“#”绑定到按Ctrl+3tmux
# ~/.tmux.conf
unbind-key -T root C-3
bind-key -T root -N '#' C-3 send-keys '#'
# in a tmux session
tmux source-file ~/.tmux.conf
问题是什么?
我的终端仿真器是Alacritty。这是xxd
对Ctrl+ 3、Ctrl+ D、Ctrl+ 的反应D:
>>>xxd
^[00000000: 1b .
>>>