mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
runtime(doc): update netrws "mt" command description
fixes: #20302 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -2284,9 +2284,10 @@ Set the marked file copy/move-to target (see |netrw-mc| and |netrw-mm|):
|
||||
displayed directory is used for the copy/move-to target.
|
||||
|
||||
* Also, if the cursor is in the banner, then the netrw window's currently
|
||||
displayed directory is used for the copy/move-to target.
|
||||
Unless the target already is the current directory. In which case,
|
||||
typing "mf" clears the target.
|
||||
displayed directory is used for the copy/move-to target - unless that
|
||||
directory is already the target, in which case typing "mt" again clears
|
||||
it. Repeating "mt" in the banner thus toggles the current directory as
|
||||
the target.
|
||||
|
||||
* However, if the cursor is atop a directory name, then that directory is
|
||||
used for the copy/move-to target
|
||||
|
||||
+4
-3
@@ -2284,9 +2284,10 @@ Set the marked file copy/move-to target (see |netrw-mc| and |netrw-mm|):
|
||||
displayed directory is used for the copy/move-to target.
|
||||
|
||||
* Also, if the cursor is in the banner, then the netrw window's currently
|
||||
displayed directory is used for the copy/move-to target.
|
||||
Unless the target already is the current directory. In which case,
|
||||
typing "mf" clears the target.
|
||||
displayed directory is used for the copy/move-to target - unless that
|
||||
directory is already the target, in which case typing "mt" again clears
|
||||
it. Repeating "mt" in the banner thus toggles the current directory as
|
||||
the target.
|
||||
|
||||
* However, if the cursor is atop a directory name, then that directory is
|
||||
used for the copy/move-to target
|
||||
|
||||
Reference in New Issue
Block a user