freebsd4.5Rを使っています お聴きしたいのですが.cshrcはなにもいじってない状態で rootになった時に ls -l ls -F ls -a と上から順にうってlsだけ入力した状態で 矢印keyの上を押すとls -aもう一度押すとls -Fのように ls以降の文字列だけを検索?のようにできるようなのですが zshではhistoryの下から順にしか表示されないのですが 上のような感じの機能あると便利なのですがzshでも可能でしょうか?
alias [ {+|-}gmrL ] [ name[=value] ... ] For each name with a corresponding value, define an alias with that value. A trailing space in value causes the next word to be checked for alias expansion. If the -g flag is present, define a global alias; global aliases are expanded even if they do not occur in command position.