Chinaunix首页 | 论坛 | 博客
  • 博客访问: 46574
  • 博文数量: 22
  • 博客积分: 536
  • 博客等级: 中士
  • 技术积分: 205
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-11 00:59
文章分类

全部博文(22)

文章存档

2013年(1)

2012年(5)

2011年(16)

我的朋友
最近访客

分类: LINUX

2011-12-15 02:13:12

C-a Move the cursor to the beginning of the input line.
C-d Same as [DEL] (this is the Emacs equivalent).
C-e Move the cursor to the end of the input line.
C-k Kill, or "cut," all text on the input line,
from the character the cursor is underneath to the end of the line.
C-l Clear the terminal screen.
C-u Kill the entire input line.
C-y Yank, or "paste," the text that was last killed.
Text is inserted at the point where the cursor is.
C-_ Undo the last thing typed on this command line.
 
来源:
阅读(554) | 评论(0) | 转发(0) |
0

上一篇:X字体

下一篇:TeX和HTML中的non-breaking space

给主人留下些什么吧!~~