readlineマニュアル
# man readline
次に、後方検索と前方検索の方法を説明します。
reverse-search-history (C-r)
Search backward starting at the current line and moving `up' through the history as necessary. This is an incremental search.
forward-search-history (C-s)
Search forward starting at the current line and moving `down' through the history as necessary. This is an incremental search.
ctrl + rを押して「apt-get」と入力すると、ctrl + rを継続的にタップすることで、逆検索履歴を実行できます。しかし、それからctrl + sをタップすると、ターミナルは先に進みません。私は何か間違ったことをしていますか?
また、メタ接頭辞「M-」はどのキーを表しますか?
stop、他の目的には使用されません