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
阅读(1237) | 评论(0) | 转发(0) |