chore: Auto generate docs
parent
e221036576
commit
284a62c039
|
|
@ -1,4 +1,4 @@
|
||||||
*genghis.txt* For NVIM v0.8.0 Last change: 2023 December 25
|
*genghis.txt* For NVIM v0.8.0 Last change: 2023 December 29
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Table of Contents *genghis-table-of-contents*
|
Table of Contents *genghis-table-of-contents*
|
||||||
|
|
@ -85,8 +85,9 @@ FILE OPERATION COMMAND ~
|
||||||
and moves the current selection to that new file. (Note that this is a Visual
|
and moves the current selection to that new file. (Note that this is a Visual
|
||||||
Line Mode command; the selection is moved linewise.)
|
Line Mode command; the selection is moved linewise.)
|
||||||
- `.renameFile` or `:Rename`Rename the current file.
|
- `.renameFile` or `:Rename`Rename the current file.
|
||||||
- `.moveAndRenameFile` or `:Move`Move and Rename the current file. Works like
|
- `.moveAndRenameFile` or `:Move`Move and Rename the current file. Keeps the
|
||||||
the UNIX `mv` command. Best used with |genghis-autocompletion-of-directories|.
|
old name if the new path ends with `/`. Works like the UNIX `mv` command. Best
|
||||||
|
used with |genghis-autocompletion-of-directories|.
|
||||||
|
|
||||||
The following applies to all commands above: - If no extension has been
|
The following applies to all commands above: - If no extension has been
|
||||||
provided, uses the extension of the original file. - If the new file name
|
provided, uses the extension of the original file. - If the new file name
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue