mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-12 07:57:22 +00:00
10 lines
362 B
Text
10 lines
362 B
Text
|
\section nextd nextd
|
||
|
|
||
|
\subsection nextd-synopsis Synopsis
|
||
|
<tt>nextd [-l] [pos]</tt>
|
||
|
|
||
|
\subsection nextd-description Description
|
||
|
<tt>nextd</tt> moves forwards <tt>pos</tt> positions in the history of visited directories;
|
||
|
if the end of the history has been hit, a warning is printed. If the <tt>-l></tt> flag is
|
||
|
specified, the current history is also displayed.
|