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.
我在 IdeaVim 中有以下地图:
noremap \m :action ExtractMethod<cr>
它在普通模式下适用于单行代码,但不适用于可视模式(即:当您想要重构 3 行代码时。)
这种情况有什么解决方案吗?
我重新打开了您投票支持的VIM-862。这似乎是VIM-796未涵盖的另一个问题。