如何在Linux Bash Shell命令行右侧删除整个单词
如:
CTRL U = Delete left of the cursor
CTRL K = Delete right of the cursor
CTRL W = Delete word on the left
Run Code Online (Sandbox Code Playgroud)
我想知道一种删除右侧整个单词的快捷方式,无论单词中的光标在哪里,就像在vim opt中一样:
daw
Run Code Online (Sandbox Code Playgroud)
我想在bash命令行中得到相同的结果。