macosvisual-studio-codekeyboard-shortcutstmuxkey-bindings

tmux "chord" keyboard shortcuts not being interpreted on Mac


I'm trying to use "chord" keyboard shortcuts for tmux (ctrl+b, ctrl+d to detach, ctrl+b, ctrl+[ to scroll), and they are not being interpreted.

What I've tried:

Other chord commands work (e.g. cmd+shift+t to open recently closed tab).

What might be causing this issue?


Solution

  • Writing the full tmux settings to ~/.tmux.conf as described here solved this:

    tmux show -g > ~/.tmux.conf