IdeaVimで矩形選択(multiple cursors)
IdeaVim 0.50 is here. Multiple cursors support and vim-multiple-cursors emulation (enable it in ~/.ideavimrc). Lots of fixes for focus issues, <Esc> handling, navigation in Run/Debug tool windows. See the changelog for more details about multiple cursors https://t.co/1zVGFXxU40
— IdeaVim (@ideavim) October 18, 2018
IdeaVimのバージョン0.50からvim-multiple-cursors
と同等の機能が使えるようになったが、macOSで使用するにあたってはキーのリマップが必要だったので、その設定メモ。
手順
-
IdeaVim
プラグインのアップデート -
~/.ideavimrc
の作成 (必要であれば) - 上記ファイルに下記を追加し、IDE内で
:source ~/.ideavimrc
して設定を反映する
set multiple-cursors
map <C-N> <A-N>
map <C-P> <A-P>
map <C-X> <A-X>
map g<C-N> g<A-N>
参考
Author And Source
この問題について(IdeaVimで矩形選択(multiple cursors)), 我々は、より多くの情報をここで見つけました https://qiita.com/ryo_ikarashi/items/eef929f64def80075ad0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .