Home 和 End 键在 tmux 中的 vim 中不起作用

Home 和 End 键在 tmux 中的 vim 中不起作用

在 Tmux 中,我无法在 vim 中使用 home 和 end 键。我遇到了以下奇怪的东西:

H
F
H
sample text

我的.tmux.conf:

set-option -g mode-mouse on
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-option -g xterm-keys on # this one handles F keys in vim.

相关内容