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 1 year has passed since last update.

ターミナルのウィンドウ操作系ショートカット(iTerm2,Windowsターミナル)

Last updated at Posted at 2023-04-03

はじめに

ターミナルのウィンドウ操作をキーボードでパチパチとやると効率的ですし、何よりかっこいいです(自己満)。

iTerm2(MAC)やWindowsターミナル(WIN)といった高機能なターミナルを使用する場合、様々なショートカットキーが用意されていますが、全部覚えることは不可能なので、その中でも、ウィンドウ操作系の基本的なものだけをまとめたショートカットの備忘録。このくらいはバシッと操作したいものです。

MAC: iTerm2

分類 キー 内容
ペイン cmd + d ウィンドウを縦に分割
ペイン cmd + D ウィンドウを横に分割
ペイン cmd + [ 次のウィンドウへの移動
ペイン cmd + ] 前のウィンドウへの移動
タブ cmd + t 新しいタブの作成
タブ cmd + ← 左のタブに移動
タブ cmd + → 右のタブに移動
タブ cmd + Number 指定した番号のタブに移動
ウィンドウ cmd + n 新しいウィンドウを表示
ウィンドウ cmd + w ウィンドウを削除
その他 cmd + Enter フルスクリーン

WIN: Windowsターミナル

分類 キー 内容
ペイン Alt + Shift + - 水平分割
ペイン Alt + Shift + + 垂直分割
ペイン Alt + 矢印キー 分割画面の移動
ペイン Alt + Shift + 矢印キー 分割画面のリサイズ
タブ Ctrl + Shift + Space ターミナルを選択
タブ Ctrl + Shift + t デフォルトのターミナルが追加
タブ Ctrl + Shift + d タブの複製
タブ Ctrl + Tab 次の移動タブ
タブ Ctrl + Shift + Tab 前の移動タブ
タブ Ctrl + Shift + w タブ/画面を閉じる

参考URL

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?