小编Nob*_*ori的帖子

tmux 中的绑定键没有前缀键

我的 tmux.conf 中有以下内容

# Ctrl - t or t new window
unbind t
unbind C-t
bind-key t new-window
bind-key C-t new-window
Run Code Online (Sandbox Code Playgroud)

但如果我用我的领导者密钥作为前缀,这些命令就会起作用。如何在 tmux 中绑定键而不需要使用前导键?

tmux

3
推荐指数
1
解决办法
2426
查看次数

标签 统计

tmux ×1