我正在尝试了解以下vim帮助。(:帮助Voom)
<C-Up>, <C-Down> move node or a range of sibling nodes Up/Down.
<C-Left>, <C-Right> move nodes Left/Right (promote/demote).
(If the above CTRL mappings are not recognized by your Vim, you can also move
nodes Up/Down/Left/Right with <LocalLeader>u/d/l/r .)
C-Up可能意味着Ctrl-Up。但它无法奏效。 (我不知道为什么)。
但是,意味着什么?这意味着<localLeader>+u
将获得与C-UP相同的结果。
我不知道<LocalLeader>
答案 0 :(得分:0)
默认情况下,localleader映射到 \ (反斜杠)
答案 1 :(得分:0)
您应该:help <LocalLeader>
,但是:<LocalLeader>
是您将maplocalleader
变量设置为的任何键,如果您尚未设置,则为反斜杠。
答案 2 :(得分:0)
<c-xx>
组合都是指<ctrl-xx>
个密钥。但是大多数终端都没有正确映射这些密钥。所以你可以在gvim中使用这些组合,但不能在终端vim中使用。