mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
c743ebf211
darcs-hash:20060206112453-ac50b-271b830b35176d1ff93d9d9fb6c30343b4f1b4df.gz
10 lines
395 B
Text
10 lines
395 B
Text
\section nextd nextd
|
|
|
|
\subsection nextd-synopsis Synopsis
|
|
<tt>nextd [-l | --list] [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
|
|
<code>-l></code> or <code>--list</code> flag is specified, the current
|
|
history is also displayed.
|