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
Ctrl + r - Search the history backwards
Ctrl + R - Search the history backwards with multi occurrence
Ctrl + z - Suspend/Stop the command

最新文章

  1. JS 传播事件、取消事件默认行为、阻止事件传播
  2. C/C++_date&time
  3. 自定义一个只显示年月的DatePicker(UIDatePicker无法实现年月显示)
  4. c# List去重
  5. 06Mybatis_入门程序——根据用户的名字模糊查询返回List集合
  6. C# 静态方法和非静态方法
  7. Vim 插件之 NERDTree
  8. django通过middleware计算每个页面的详细执行时间
  9. size()弃用
  10. C Primer Plus 第3章 数据和C 编程练习
  11. ASP.Net 添加 Interop for Word, excel 插件
  12. 部署 外网 ASP.NET程序时, IIS安全性 配置 -摘自网络
  13. Android(java)学习笔记169:Activity中的onCreate()方法分析
  14. uva 10222 - Decode the Mad man
  15. 解决IE11无法下载文件的问题
  16. Xamarin.Android 引导页
  17. 《JAVA程序设计》_第四周学习总结
  18. Centos7/RHEL7 开启kdump
  19. Centos7 Minimal 安装后 初始化配置
  20. python的垃圾回收机制【转】

热门文章

  1. vue 和 react 常用包(插件、组件 或 工具)
  2. 包管理工具(npm、yarn)
  3. Java习题练习
  4. opencv环境变量配置
  5. android studio import cannot resolve symbol错误
  6. linux进阶之路(三):vi/vim编辑器
  7. Linux文件映射的反思
  8. 剑指offer——69队列的最大值
  9. 并发编程(五)——GIL全局解释器锁、死锁现象与递归锁、信号量、Event事件、线程queue
  10. Guava环境设置