mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
10 lines
367 B
Text
10 lines
367 B
Text
|
\section prevd prevd
|
||
|
|
||
|
\subsection prevd-synopsis Synopsis
|
||
|
<tt>prevd [-l] [pos]</tt>
|
||
|
|
||
|
\subsection prevd-description Description
|
||
|
<tt>prevd</tt> moves backwards <tt>pos</tt> positions in the history of visited directories;
|
||
|
if the beginning of the history has been hit, a warning is printed. If the <tt>-l</tt> flag
|
||
|
is specified, the current history is also displayed.
|