mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 20:05:38 +00:00
doc: Add optional d for :lcd and :tcd (#12359)
The `:lcd -` command, and `:tcd -` which returns to a previous directory, can be done with `:lc -` and `:tc -` respectively. Basically, the d is optional, so I updated the documentation to indicate this in the traditional format.
This commit is contained in:
@@ -1265,7 +1265,7 @@ exist, the next-higher scope in the hierarchy applies.
|
|||||||
other tabs and windows is not changed.
|
other tabs and windows is not changed.
|
||||||
|
|
||||||
*:tcd-*
|
*:tcd-*
|
||||||
:tcd[!] - Change to the previous current directory (before the
|
:tc[d][!] - Change to the previous current directory (before the
|
||||||
previous ":tcd {path}" command).
|
previous ":tcd {path}" command).
|
||||||
|
|
||||||
*:tch* *:tchdir*
|
*:tch* *:tchdir*
|
||||||
@@ -1280,7 +1280,7 @@ exist, the next-higher scope in the hierarchy applies.
|
|||||||
:lch[dir][!] Same as |:lcd|.
|
:lch[dir][!] Same as |:lcd|.
|
||||||
|
|
||||||
*:lcd-*
|
*:lcd-*
|
||||||
:lcd[!] - Change to the previous current directory (before the
|
:lc[d][!] - Change to the previous current directory (before the
|
||||||
previous ":lcd {path}" command).
|
previous ":lcd {path}" command).
|
||||||
|
|
||||||
*:pw* *:pwd* *E187*
|
*:pw* *:pwd* *E187*
|
||||||
|
|||||||
Reference in New Issue
Block a user