Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Vim 它';可以映射shift+;换班?_Vim - Fatal编程技术网

Vim 它';可以映射shift+;换班?

Vim 它';可以映射shift+;换班?,vim,Vim,我正在尝试使用shift+shift配置键映射,这可行吗 我试过: <S-S> But this maps shift + S <S><S> and this that maps to unknown 但这映射了shift+S 这个映射到未知 不能单独映射到修改器键(如Ctrl、Shift、Alt);它们只能与表示可打印字符的其他键结合使用(如=Ctrl+A)。这主要是因为终端不单独发送修改键的按键事件。不幸的是,这些组合甚至存在局限性(GVIM也是如此)

我正在尝试使用shift+shift配置键映射,这可行吗

我试过:

<S-S> But this maps shift + S
<S><S> and this that maps to unknown 
但这映射了shift+S
这个映射到未知

不能单独映射到修改器键(如Ctrl、Shift、Alt);它们只能与表示可打印字符的其他键结合使用(如
=Ctrl+A)。这主要是因为终端不单独发送修改键的按键事件。不幸的是,这些组合甚至存在局限性(GVIM也是如此)。有些组合键,如Ctrl+非字母键,无法映射,Ctrl+字母与Ctrl+Shift+字母无法区分。

否。我会让Ingo Karkat做他的标准宣传…@FDinoff:。。。这就来了:-)不过,这个问题只是部分相关。我的标准回答是为了让vim_dev能够在vim 8中进行这样的组合,因为我需要更多的映射。。。也许这里的混乱程度让他们不得不解决这个问题。