Next: Commands For Text, Previous: Commands For Moving, Up: Bindable Readline Commands
accept-line (Newline, Return)
previous-history (C-p)
next-history (C-n)
beginning-of-history (M-<)
end-of-history (M->)
reverse-search-history (C-r)
forward-search-history (C-s)
non-incremental-reverse-search-history (M-p)
non-incremental-forward-search-history (M-n)
history-search-forward ()
history-search-backward ()
yank-nth-arg (M-C-y)
yank-last-arg (M-., M-_)
yank-nth-arg
と同じように動作します。
yank-last-arg
を連続して実行すると、
ヒストリ・リストを遡って移動していきます。
したがって、
各行の最後の引数が順番に挿入されていきます。