国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

vim - Why does <c-y> trigger when <c-i> is pressed when <tab> is mapped to <c-y>?
PHP中文網(wǎng)
PHP中文網(wǎng) 2017-05-16 16:34:44
0
1
811

In insert mode, the functions of <c-j> and <cr> are also the same. However, when <cr> is mapped to <Esc>, when <c-j> is pressed, the normal mode will not be entered.
I feel that the relationship between <c-i> and <tab> is similar to the former, but the performance is different. I use <tab>Map emmet's <c-y>, but <c-i> will also trigger <c-y>. The same is true even with non-recursive mapping inoremap.

PHP中文網(wǎng)
PHP中文網(wǎng)

認(rèn)證0級講師

reply all(1)
黃舟

Please learn to use :help [key position] to view their essence, for example :help i_CTRL-J is like this:

Another example :help i_CTRL_I is this:

I think the help documentation is pretty self-explanatory.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template