cat ~/.tmux.conf</pre><pre code_snippet_id="1763732" snippet_file_name="blog_20160715_3_7729120" name="code" class="html">set -g prefix C-a
unbind C-b
bind C-a send-prefix
再执行 tmux source ~/.tmux.conf
这样默认的tmux C-b 就改为了C-a
本文介绍如何将tmux的默认快捷键从C-b更改为C-a。通过编辑~/.tmux.conf配置文件并使用set-gprefix命令进行设置,然后重新加载配置使更改生效。
cat ~/.tmux.conf</pre><pre code_snippet_id="1763732" snippet_file_name="blog_20160715_3_7729120" name="code" class="html">set -g prefix C-a
unbind C-b
bind C-a send-prefix
再执行 tmux source ~/.tmux.conf
这样默认的tmux C-b 就改为了C-a
934
702
856
994
2569