在 linux 系统使用 terminal, 比如:
$ cd /usr/src/awesome
如果光标在中间: $ cd /usr/src/
$ cd /usr/src/
想快速删除光标之前或之后的所有字符怎么做?
如果是bash的话:
之前:Ctrl + u之后:Ctrl + k