14
17

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.

目指せマウスを使わないエンジニア!!コーディング速度を1.5倍にするショートカットキー!!

Posted at

先輩のエンジニアのコーディング風景を見ていると、知らない間にカーソルがいい感じの位置に移動していたり、いい感じに選択したりしていることが多々あります。今回はそんな先輩に追いつくために、使えるショートカットをまとめてみました。
Mac基準で記入しますのでWindowsの方はごめんなさい。

#レベル1
まずは基礎編、エンジニアでない方も知っているであろうショートカットたちです。

ショートカットキー 役目
Command + c 選択している文字列をコピー
Command + v コピー、切り取られた文字列をペースト
Command + x 一行切り取り、文字列選択時は選択された文字列を切り取り
Command + a すべて選択
Command + t 同じウインドウでタブを開く
Command + n 新しいウインドウでタブを開く
Command + z 作業を一つ前に戻す。
Command + w タブを閉じる
Command + f 検索
Command + q アプリケーション終了

#レベル2
ショートカットキーでの移動をマスターしていきます。
移動をショートカットキーのままできると、ホームポジションのまま作業を進められるので作業効率が上がります。

ショートカットキー 役目
Contfrol + p 上に移動
Control + n 下に移動
Control + f 前に移動
Control + b 後ろに移動

#レベル3
最後に少し応用編。これができればコーディング速度1.5倍!!!

ショートカットキー 役目
Command +y 作業を一つ進める
Command +{ Escape
Command + tab アプリケーション切り替え
Control + h BackSpace
Control + d Delete
移動、削除など + Option 一単語ずつ移動、削除などを行う
移動、削除など + Command 末尾までその処理を行う
14
17
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
14
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?