crtl + r search history
2019-08-19 本文已影响0人
charliecao
Linux下的神器 ctrl + r (reverse-i-search ) 的使用方法: (reverse-i-search usage: )
(press ctl + r ) 输入任意字符,例如: "mig" 就会出现 $ rake db:migrate ( press ctrl + r, then input the content you want to search)
如果我想找另一个命令呢? 输入完 'mig' 多按几次 ctrl + r ,就可以继续向前搜索 “mig" 的内容了。 ( if you want to search the last but n result, just press n times 'ctrl + r'.)
如果找到了,按 -> 或者直接回车,就是执行 ( press Enter to execute the command , or 'right arrow (->)' to go to the end of the command.