mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +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.
|
||||
|
||||
*:tcd-*
|
||||
:tcd[!] - Change to the previous current directory (before the
|
||||
:tc[d][!] - Change to the previous current directory (before the
|
||||
previous ":tcd {path}" command).
|
||||
|
||||
*:tch* *:tchdir*
|
||||
@@ -1280,7 +1280,7 @@ exist, the next-higher scope in the hierarchy applies.
|
||||
:lch[dir][!] Same as |: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).
|
||||
|
||||
*:pw* *:pwd* *E187*
|
||||
|
||||
Reference in New Issue
Block a user