问题描述
我在 Windows 7 上使用 android studio 并安装了 IdeaVim,我使用了 :map jj <Esc>
(我知道这是一个错误),之后我使用了 :map jj
以禁用它,它变成了 .但是当我回到命令模式时,我不能再使用 下去了.我试过
unmap
、mapclear
,但没用.
I use android studio on Windows 7 and it installed IdeaVim, i used :map jj <Esc>
(i know it's a mistake), after that i used :map jj
in order to disable it and it became <Nop>
. But when i came back to command mode, i can't use to go down anymore. I tried unmap
, mapclear
,.. but it's not work.
所以现在我想找到 .ideavimrc 文件来删除该映射(我是 vim 的新手,所以请详细说明 :D)
So now i want to find .ideavimrc file to remove that mapping (i am a newbie about vim, so detail please :D )
推荐答案
我也遇到了这个问题.我发现这是因为我没有创建文件.我使用的是 Windows 7 并且使用的是 Android Studio.
I had a problem with this too. I found out it was because I hadn't created the file. I am on Windows 7 and am using Android Studio.
转到 C:/Users/YourUserName/.ideavimrc.
Go to C:/Users/YourUserName/.ideavimrc.
如果 .ideavimrc 不存在,您需要创建它.
If .ideavimrc doesn't exist, you need to create it.
添加你想要的代码——比如:设置号码
Add the code you want - such as
:set number
Windows 7 .ideavimrc 设置对于 IdeaVim
这篇关于我在哪里可以在 Windows 7 上找到ideavim 0.41 的 .ideavimrc 文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!