==============================================================================
5. EX commands *ex-cmd-index*
This is a brief but complete listing of all the ":" commands, without
mentioning any arguments. The optional part of the command name is inside [].
The commands are sorted on the non-optional part of their name.
tag command action ~
------------------------------------------------------------------------------
|:display| :di[splay] display registers
|:registers| :reg[isters] display the contents of registers
|:substitute| :s[ubstitute] find and replace text
2条答案
按热度按时间vh0rcniy1#
摘自IdeaVim参考手册:
“简短但完整”表明这是IdeaVim中仅有的三个受支持的Ex-mode命令。
au9on6nz2#
这个问题是四年前提出的,但现在看来仍有些相关
我正在使用带有PyCharm 2021.2的IdeaVim,也遇到了类似的问题,因为默认情况下使用!!得到的shell是一个dos cmd shell。
所以不要用cd,试试dir。