LoginSignup
29
24

More than 5 years have passed since last update.

RubyMineのキーバインドをVimに変更する

Last updated at Posted at 2014-08-10

Vimキーバインドに変換してくれる「ideaVim」をインストールするまで

※ 検証環境
MacOS 10.9.4
RubyMine 6.3.3

1. RubyMineの設定画面へ移動する

RubyMine > Preferences...
スクリーンショット 2014-08-10 21.10.13.png

2. Plugin設定画面へ移動する

左サイドバーのメニューから「Plugins」を選択
スクリーンショット 2014-08-10 21.14.43.png

次に、「Browse repositories...」ボタンをクリック。新規ウィンドウが立ち上がる。
スクリーンショット 2014-08-10 21.09.53.png

3. 「ideaVim」を検索する

新しく立ち上がったウィンドウの検索窓に「ideaVim」と入力する。するとideaVimがヒットするので、「Install plugin」ボタンを押す。
スクリーンショット 2014-08-10 21.15.07.png

4. RubyMineを再起動する

インストールは終わったので、あとはRubyMineを再起動するだけ。

【番外編】

1.INSERTモードで「Ctrl+f」での移動ができるようにする
2.「Ctrl+r」でRunが動かせるようにする

1. Vim Emulation設定画面へ移動する

RubyMine > Preferences... > Vim Emulation
スクリーンショット 2014-08-10 21.33.01.png

2. IDE Actionのうち、「Left」と「Run」のHandlerを「Vim」から「IDE」にする

これにより、コマンドを実行した際にVimではなくIDEへ制御が移るようになる
スクリーンショット 2014-08-10 21.33.01.png

29
24
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
29
24