6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

IntelliJ IDEAで開いているファイルやディレクトリをtmuxや任意のエディタ・コマンドに渡す

Posted at

普段仕事でIntelliJで主にPHPを書いていますが、IntelliJ上でやりたくない作業がちょくちょく出てくるので不便してました。

  • 解析とかせずにファイルをリネームしたい
  • 適当なエディタのAlignやMulti Cursorでコードを整理したい
  • ディレクトリ以下をシェルでgrepしたい ...etc

みたいなことが起きたときに頑張ってシェルから移動して操作をしていたのをどうにかしました。
プラグイン入れなくても標準の機能だけでできたので簡単でした。

Preferences > Tools > External Tools から + を押して以下のように入力します。

スクリーンショット 2014-11-04 17.40.49.png

tmuxのパスやエディタなどは適当に書き換えてください。
これで作成した後、Project Windowからファイルを右クリック > External Tools > vim などすると現在アクティブなtmuxのPaneでvimでファイルが開きます。

同様にディレクトリをtmuxで開くものとダイアログ入力からgrepするものを作成しました。

スクリーンショット 2014-11-04 17.40.19.png

スクリーンショット 2014-11-04 18.02.11.png

6
6
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
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?