LoginSignup
2
0

More than 1 year has passed since last update.

Mac + VSCodeの作業環境で便利なキーボードショートカットまとめ

Posted at

MacやVSCodeには便利なショートカットキーがたくさん用意されています。
使いこなすことで開発効率が格段に上がり作業が捗ると思います。
ただ使いたいと思った時にド忘れして、調べることが多々あるので毎回ググらなくてもいいように1つの記事に備忘録として残します。

Macの便利なショートカットキー

コマンド 行われる操作
command + C コピー
command + X カット
command + V ペースト
command + Z 直前動作の取り消し
shift + command + Z 直前動作取り消しの取り消し
command + F 検索ウィンド表示
command + P 書類の印刷
command + S 保存
command + T 新規タブを開く
command + W 現在のウィンドウを閉じる
option + command + W 全てのウィンドウを閉じる
option + command + ◀️or▶️ 左右のタブに切り替え
control + command + F アプリをフルスクリーンで表示
shift + command + 3 スクリーンショット撮影(フル画面)
shift + command + 4 スクリーンショット撮影(範囲選択)

Mac+VSCodeの便利なショートカットキー

コマンド 行われる操作
control + Tab 直近で開いたファイルを表示
shift + option + F コードの整形
option + ⬆️or⬇️ 選択している行を上下に移動
shift + option + ⬆️or⬇️ 選択している行を上下にコピー
shift + command + K 選択している行の削除
command + D 選択範囲と同じ文字列の複数指定
command + / 行コメントの切り替え
command + F ファイル内検索
command + B サイドバーの表示/非表示
control + @ サイドバーの表示/非表示
2
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
2
0