2

Я не могу использовать ключи home и end в vim, когда в Tmux. У меня есть такие странные вещи:

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.

0