some binds
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
C a 移动行首
|
||||
C e 移动行末
|
||||
|
||||
C f 字符前移
|
||||
C b 字符后移
|
||||
A f 单词前移
|
||||
A b 单词后移
|
||||
|
||||
C w 删除前一个单词
|
||||
A d 删除后一个单词
|
||||
|
||||
C u 从光标位置到行首删除
|
||||
C k 从光标位置到行末删除
|
||||
|
||||
A s sudo
|
||||
|
||||
A . 上一个命令的最后一个参数
|
||||
Reference in New Issue
Block a user