1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Linux ショートカットキー

Posted at

ショートカットキー一覧表

ショートカットキー 説明
Ctrl + A 行の先頭にカーソルを移動
Ctrl + E 行の最後にカーソルを移動
Ctrl + F カーソルを1字右に移動
Ctrl + B カーソルを1字左に移動
Ctrl + D カーソルの部分の文字を1字削除
Ctrl + H カーソルの左の文字を1字削除
Ctrl + U カーソルから行頭までの文字を削除
Ctrl + K カーソルから行末までの文字を削除
Ctrl + W カーソル位置の単語を削除
Ctrl + Y 直前に削除した文字を貼り付け
Ctrl + L 画面をクリアにする
Ctrl + S コマンドを見えなくする
Ctrl + Q コマンドを見えるようにする
Ctrl + C 実行中のコマンドを強制終了
Tab コマンドやファイルなどの候補を表示
↑↓ コマンド履歴の参照

CLIにおいて、ショートカットキーを使いこなせるかどうかで作業効率が変わってくるということを痛感しております。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?