Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1285789
  • 博文数量: 273
  • 博客积分: 5865
  • 博客等级: 准将
  • 技术积分: 3280
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-11 10:01
文章分类

全部博文(273)

文章存档

2015年(33)

2014年(11)

2013年(11)

2012年(136)

2011年(32)

2010年(50)

分类: LINUX

2012-11-27 14:52:50

1.set
set -o vi/emacs

history
ctrl + r  ctrl +f (change)
alt  + .  =!$  上一条命令的最后一个参数
alt + 0 .     上一条命令第一个参数(alt 0 .. 上上)

move
Ctrl + f/b   (charactor)
alt  + f/b   (word)
ctrl + a/e

delete
^ H/D                     (charactor)
alt  + d/Backspace    ^w  (word)
 ^w                       (word)
ctrl + u/k

poste
ctrl + Y     ctrl + /
alt  + y

position
alt  + t    ^t  (change position)
^P/N/R/S/F

input 
^v   + tab/^a/^c/....
^o   du -sh dir, 按回车执行命令C-p, C-o, 然后就可以不停的按C-o(同)watch -n 1 -d du -sh dir

^c/z/d/l

search
^] ^M]

others
Mc Ml Mu M\ Mp ^i/tab enter/^m/^J ^x^x

阅读(1204) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~