作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在我的 .vimrc 中我有以下内容 imap jj <ESC>
当我在插入模式下输入 jj 时,VIM 并没有退出插入模式,而是直接输入 <ESC>
到我的文档中。正如预期的那样,按下退出按钮确实会让我从插入模式进入命令模式。
如何重新映射 jj 以允许我退出插入模式?
我在 Ubuntu 16.04 上使用 vim 7.4
最佳答案
:help key-notation
内容如下:
If you want to use the full <> notation in Vim, you have to make sure the '<' flag is excluded from 'cpoptions' (when 'compatible' is not set, it already is by default).
:set cpo-=<
这可能是在您的 Vim session 中意外设置的,在 Vim 重新启动后问题就消失了。
关于vim - .vimrc remap jj <ESC> 不起作用 - 按字面意思理解,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45196760/
1.字面常量 (1)字面意思是啥就是啥,看其表示就可以知道其值和类型。 (2)有值无名,一用来初始化变量,与一种字符相关联。 #include <stdio.h>int main()
我是一名优秀的程序员,十分优秀!