码迷,mamicode.com
首页 > 系统相关 > 详细

shell 快捷键

时间:2015-07-20 21:21:04      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:

  Ctrl + a - Jump to the start of the line
  Ctrl + b - Move back a char
  Ctrl + c - Terminate the command  //用的最多了吧?
  Ctrl + d - Delete from under the cursor
  Ctrl + e - Jump to the end of the line
  Ctrl + f - Move forward a char
  Ctrl + k - Delete to EOL
  Ctrl + l - Clear the screen  //清屏,类似 clear 命令
  Ctrl + r - Search the history backwards  //查找历史命令
  Ctrl + R - Search the history backwards with multi occurrence
  Ctrl + u - Delete backward from cursor // 密码输入错误的时候比较有用
  Ctrl + xx - Move between EOL and current cursor position
  Ctrl + x @ - Show possible hostname completions  
  Ctrl + z - Suspend/ Stop the command补充:
  Ctrl + h - 删除当前字符Ctrl + w - 删除最后输入的单词

shell 快捷键

标签:

原文地址:http://www.cnblogs.com/air-of-code/p/4662558.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!