bash command line editing

593阅读 0评论2011-12-15 acalism
分类:LINUX

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.
 
来源:
上一篇:X字体
下一篇:TeX和HTML中的non-breaking space