I am building a GUI that uses tmux and I want to ensure that all existing bindings are removed when the program is started.
I tried using:
$ tmux unbind-key -a since the documentation states:
If -a is present, all key bindings are removed.
however this does not seem to work, since if I list the binds again with list-keys I still see all of them