vterm-mode 下 decribe-key 的结果:
M-v runs the command vterm--self-insert (found in vterm-mode-map), which is an
interactive compiled Lisp function in ‘vterm.el’.
Tmux 的 list-keys :
bind-key -T copy-mode M-v send-keys -X page-up
同样没反应的还有 M-< 和 M-> (好像带 alt 的键都不行),有人知道为什么吗?