LoginSignup
2
4

More than 1 year has passed since last update.

SublimeText3 | 現在開いているファイルのディレクトリをiTerm2で開く

Last updated at Posted at 2017-10-13

(前提) Terminal パッケージをインストールしておく

ターミナルの設定を開く

Preferences > Package Settings > Terminal > Settings - User

image.png

ターミナルを iTerm2に設定する

例:

{
  "terminal": "iTerm2-v3.sh"
}

新しいウィンドウではなく新しいタブで開く場合は、こちらも設定。

"parameters": ["--open-in-tab"]

image.png

Command + Shift + T で実行

image.png

環境

  • Sublime Text 3.0
  • iTerm 3.1.3
  • Mac OS X Sierra

参考

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

2
4
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
2
4