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

More than 1 year has passed since last update.

Linuxのショートカットキー(windows)

Last updated at Posted at 2022-07-08

Linux上のショートカットキー一覧

ショートカットキー 意味
Ctrl + A 最初の行に移動
Ctrl + E 最後の行に移動
Ctrl + F カーソルを右に移動
Ctrl + B カーソルを左に移動
Ctrl + D カーソルの部分を削除
Ctrl + H カーソルの左文字を削除
Ctrl + U カーソルから行頭までを削除
Ctrl + K カーソルから行末までの文字を削除
Ctrl + W カーソルの位置の単語を削除
Ctrl + Y 直前に削除した文字を貼り付け
Ctrl + L 画面をクリアにする
Ctrl + S 画面ロック
Ctrl + Q 画面ロック解除
Ctrl + R 履歴の検索
!! 直前コマンドの実行
!◯◯ ◯◯で始まる最も最近のコマンドを実行
0
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
0
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?