码迷,mamicode.com
首页 > 其他好文 > 详细

bash / zsh 快捷键

时间:2015-05-17 02:06:23      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:bash   zsh   shortcuts   

bash or zsh shortcuts

原来我不太喜欢终端环境,其中一个比较大的原因是:辛苦敲了一大串字,发现有错,老老实实的将手指挪动到方向键,左左右右,左右,右左-_-
google 找了,发现大量的 shortcuts ,又可以开心的在终端下,开心的玩耍了
罗列如下:

option action PS
CTRL-c Stop current command
CTRL-z Sleep program
CTRL-a Go to start of line
CTRL-e Go to end of line
CTRL-u Cut from start of line
CTRL-w delete a word in front the Cursor
CTRL-k Cut to end of line
CTRL-r Search history
CTRL + l Clear screen
CTRL + s Stop output to screen
CTRL + q Re-enable screen output
!! Repeat last command
!abc Run last command starting with abc
!abc:p Print last command starting with abc
!$ Last argument of previous command
ALT-. Last argument of previous command
!* All arguments of previous command
^abc ^123 Run previous command, replacing abc with 123

记忆最好的方式就是练习,所以,你懂得!

尊重他人的劳动结果,转载,注意说明出处

bash / zsh 快捷键

标签:bash   zsh   shortcuts   

原文地址:http://blog.csdn.net/luoyuping2016/article/details/45778657

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!