Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 VIM 中,我在不处于插入模式时使用折叠/展开命令映射了空格键。
如果可能的话,我如何使用 IdeaVim 插件在 Android Studio 中复制它?
放入source ~/.vimrc你~/.ideavimrc的源你的 vim 设置。或者只是复制您关心的映射。
source ~/.vimrc
~/.ideavimrc
如果您使用的是 Windows,只需将您的_vimrc文件从您的 Vim 复制到您的 $HOME 路径(通常是 C:/Users/ USER_NAME /)并将其重命名为.ideavimrc。然后重新启动 Android Studio,您就可以恢复所有的键盘映射设置。