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でよく使うキーバインドメモ(ショートカット)

Last updated at Posted at 2022-10-06
  • カーソル移動系

    • ctrl + a
      • 行頭へ移動
    • ctrl + e
      • 行末へ移動
    • ctrl + f
      • 一文字次へ移動
    • ctrl + b
      • 一文字前へ移動
  • 履歴系

    • ctrl + r
      • 過去のコマンド履歴を検索
  • 削除系

    • ctrl + d
      • カーソル部分を1文字削除する
    • ctrl + h
      • カーソルの左を1文字削除する
    • ctrl + u
      • 全部削除する
    • ctrl + k
      • カーソルの位置から行末まで削除
    • ctrl + w
      • カーソル位置の単語を削除(カーソルの前部分)
  • 参考書籍

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?