0
1

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 3 years have passed since last update.

【Terminal】ターミナルの起動と終了

Posted at

#はじめに
今回は、ターミナル操作をするために、ターミナルの起動方法や終了方法、操作をする上で便利な設定を紹介します。

#起動
まず、Launchpadを開きます。

ScreenShot 2021-07-04 14.40.26.png

Launchpadのその他を選択します。

ScreenShot 2021-07-04 14.41.02.png

中にターミナルがあるので、選択すると、ターミナルが開きます。

ScreenShot 2021-07-04 14.41.41.png

これは少し面倒なので、デスクトップにターミナルを置くか、Dockに固定するか、もしくは以下のようにcommand(⌘)+スベースキーでSpotlightを開き、ターミナルを選択することもできます。
ScreenShot 2021-07-04 14.44.59.png

ScreenShot 2021-07-04 14.46.58.png

複数起動したい時もあります。そんな時は、command+Nかcommand+Tで複数開くことができます。
ScreenShot 2021-07-04 14.49.44.png

command+Nの場合
新しくウィンドウが開きます。
ScreenShot 2021-07-04 14.51.04.png

command+Tの場合
同じウィンドウにタブが追加されます。(zshは今は気にしないでください)
ScreenShot 2021-07-04 14.51.44.png

#終了
ターミナルを終了させたい時は、左上の赤いボタンを押すか、command+Wのショートカットでシェルも同時に終了します。
ScreenShot 2021-07-04 14.53.51.png

#おわりに
おわりです。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?