当使用ideavim时,我在intellij中使用的ctrl+w的等价物是什么?(并选择连续递减...)
ideavim
ctrl+w
brc7rcf01#
我知道这是一个老问题,但是对于任何感兴趣的人来说,你可以使用v(可视化模式),然后按照www.example.com的建议使用IDE的ctrl + w或ctrl + shift + whttps://youtrack.jetbrains.com/issue/VIM-510#comment=27-1013342。为了使它工作,我必须转到Settings > Other Settings > Vim Emulation并将IDE设置为Ctrl+W的处理程序。
v
ctrl + w
ctrl + shift + w
Settings > Other Settings > Vim Emulation
IDE
Ctrl+W
chhkpiq42#
目前不支持(0.39),请随时投票支持VIM-510。
7vhp5slm3#
将这些行添加到.ideavimrc
nnoremap <leader>w v:action EditorSelectWord<CR> vnoremap <leader>w :action EditorSelectWord<CR>
3条答案
按热度按时间brc7rcf01#
我知道这是一个老问题,但是对于任何感兴趣的人来说,你可以使用
v
(可视化模式),然后按照www.example.com的建议使用IDE的ctrl + w
或ctrl + shift + w
https://youtrack.jetbrains.com/issue/VIM-510#comment=27-1013342。为了使它工作,我必须转到
Settings > Other Settings > Vim Emulation
并将IDE
设置为Ctrl+W
的处理程序。chhkpiq42#
目前不支持(0.39),请随时投票支持VIM-510。
7vhp5slm3#
将这些行添加到.ideavimrc