如何在 tmux 中取消绑定 `<prefix> space`?

How do I unbind `<prefix> space` in tmux?

<prefix> space 默认切换到下一个布局。我从来不想这样做,因为我喜欢保持默认但有时我会不小心触发它。

在我的 tmux conf 中我有:

# unbind prefix-space to rearrage windows
unbind C-Space

但这似乎并不能解决问题。我错过了什么?

next-layout 绑定绑定到 Space 而不是 C-Space 所以你基本上需要

unbind Space

在此之后不要忘记 tmux.conf 来源

tmux source-file ~/.tmux.conf