加上這個就可以用了,
set multiple-cursors
nmap <C-n> <Plug>NextWholeOccurrence
xmap <C-n> <Plug>NextWholeOccurrence
nmap <C-x> <Plug>SkipOccurrence
xmap <C-x> <Plug>SkipOccurrence
xmap <C-p> <Plug>RemoveOccurrence
xmap <C-p> <Plug>RemoveOccurrence
xmap <S-C-p> <Plug>AllWholeOccurrence
xmap <S-C-p> <Plug>AllWholeOccurrence
IdeaVim鍵盤流ideavim鍵盤流 最后更新于2019-12-06 作為一個vimer,不管使用什么IDE或者編輯器,安裝完成后的第一步就是安裝vim插件。 我的日常開發(fā)中使用最多的就是I...