moonz-wu

mac控制台下的快捷键

Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + L Clears the Screen, similar to the clear command
Ctrl + U Clears the line before the cursor position. If you are at the end of the line, clears the entire line.
Ctrl + H Same as backspace
Ctrl + R Let’s you search through previously used commands
Ctrl + C Kill whatever you are running
Ctrl + D Exit the current shell
Ctrl + Z Puts whatever you are running into a suspended background process. fg restores it.
Ctrl + W Delete the word before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + T Swap the last two characters before the cursor
Esc + T Swap the last two words before the cursor

分类:

技术点:

相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2021-07-13
  • 2021-09-21
  • 2022-12-23
  • 2021-12-10
  • 2022-02-09
  • 2022-01-26
猜你喜欢
  • 2022-12-23
  • 2021-12-15
  • 2021-09-04
  • 2021-10-22
  • 2022-12-23
  • 2022-01-02
相关资源
相似解决方案