Ubuntu Terminal Shortcut
Not all of the shortcuts are useful.Only remeber the most useful.
移動(dòng)類(lèi)
Ctrl + a? - Jump to the start of the line? //跳到行首
Ctrl + e? - Jump to the end of the line??? //跳到行尾
Alt? + b? - Move backward????????????????? //向前移動(dòng)(一個(gè)單詞)
Alt? + f? - Move forward?????????????????? //向后移動(dòng)(一個(gè)單詞)
編輯類(lèi)
ctrl+shift+C copy
ctrl+shif+V paste
ctrl+; show the pasteboard
Ctrl + u? - Delete backward from cursor???? //刪除操作(光標(biāo)到行首)
Ctrl + k? - Delete to EOL?????????????????? //刪除操作(光標(biāo)到行尾)
Ctrl + w? - Delete word???????????????????? //刪除操作(光標(biāo)到字首)
Ctrl + y? - Yank/Paste????????????????????? //粘貼操作
Ctrl+l /clear??? 清屏
Ctrl+h??? ??? 刪除光標(biāo)前一個(gè)字符
Ctrl+d??? ??? 刪除光標(biāo)后一個(gè)字符
總結(jié)
以上是生活随笔為你收集整理的Ubuntu Terminal Shortcut的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 利用java反射调用类的的私有方法--转
- 下一篇: 初识React Native虚拟DOM节