Solution 1:
You need to tell tmux that Prefix+a
should send the prefix key to the program running in the current pane:
bind a send-prefix
You need to tell tmux that Prefix+a
should send the prefix key to the program running in the current pane:
bind a send-prefix