Last updated 4 years ago
此插件為讓 vim 和 tmux 窗口移動保持一致的指令
使用插件管理器安裝
set -g @plugin 'christoomey/vim-tmux-navigator'
輸入 prefix + I 安裝
prefix
<ctrl-h> 向左移動
<ctrl-h>
<ctrl-j> 向下移動
<ctrl-j>
<ctrl-k> 向上移動
<ctrl-k>
<ctrl-l> 向右移動
<ctrl-l>
<ctrl-\> 移動到上一個分割
<ctrl-\>