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?

More than 1 year has passed since last update.

【Linux】よく使うショートカットキー

Posted at

TeraTermなどコマンドラインにて
私がよく使っているショットカットキーを紹介します。

カーソル移動系

・ctrl + a
  カーソルを行頭へ移動

・ctrl + e
  カーソルを行末へ移動

文字列操作系

・ctrl + u
  カーソルより後の文字列を全削除

・ctrl + k
  カーソルより前の文字列を全削除

その他

・ctrl + l
  コンソール上の出力を全てリセット

・ctrl + c
  処理を中断

以上です。
既に使っている方も多いと思いますが、良かったら使ってみてください。

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?