LoginSignup
3
0

More than 3 years have passed since last update.

Ruvimine

Last updated at Posted at 2019-12-03

RUNTEQ AdventCallendar 2019 3rd Article

Rubymine with Vim

  1. Install plugin IdeaVim
    スクリーンショット 2019-11-30 午後8.00.27.png

  2. Reboot Rubymine
    スクリーンショット 2019-11-30 午後8.27.39.png

  3. Vim
    スクリーンショット 2019-11-30 午後11.24.12.png

  4. Happy!
    スクリーンショット 2019-11-30 午後8.25.01.png

               ・
               ・
               ・
    

[解説]
・ideaVimというプラグインを導入すると、RubyMine上のコードエディタがVimになります。

・Vimの設定は~/.vimrcの設定を引き継ぎますが、インデントやタブなどの設定はRubyMineに準拠します。
・RubyMine上のVimの設定を個別に定義したい場合は~/.ideavimrcを作成して記載してください。

・Vim力の低下を感じた際には Terminalのプラグインを入れ、ショートカットキー(option + t など)を設定することで即座に素のVimを起動できるようにしてください。
スクリーンショット 2019-11-30 午後11.09.15.png
スクリーンショット 2019-11-30 午後11.10.13.png

スクリーンショット 2019-11-30 午後11.11.06.png

・Vimに嫌気が差したらoption + vで無効化してください。

3
0
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
3
0