2
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 5 years have passed since last update.

shell shortcut command

Last updated at Posted at 2017-12-22
command function
C-a move home
C-e move end
C-b move back
C-f move forward
C-n move next
C-p move previous
C-l clear screen
C-h backspace
C-d delete
C-w cut the word before culsor
C-u cut the part before culsor
C-k cut the part after cursor
C-i complete this command
C-s stop output screen
C-q resume output screen stopped by C-s

if you set 'C-q' to prefix for tmux or screen, your terminal will often stop.

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