Auto generate docs

remotes/origin/HEAD
chrisgrieser 2023-02-05 16:11:22 +00:00 committed by github-actions[bot]
parent 89285c6311
commit ac13267126
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
*genghis.txt* For NVIM v0.8.0 Last change: 2023 January 08
*genghis.txt* For NVIM v0.8.0 Last change: 2023 February 05
==============================================================================
Table of Contents *genghis-table-of-contents*
@ -86,7 +86,7 @@ AVAILABLE COMMANDS *genghis-available-commands*
- `.trashFile{trashLocation = "your/path/"}`: Move the current file the trash location. Defaults to location is `$HOME/.Trash/`. ⚠️ Any existing file in the trash location with the same name is overwritten, making that file irretrievable.
- `.trashFile{trashLocation = "your/path/"}`: Move the current file the trash location. Default locations are: `$HOME/.Trash/` on MacOS and `$XDG_DATA_HOME/Trash` on Linux. ⚠️ Any existing file in the trash location with the same name is overwritten, making that file irretrievable.
- `.copyFilename`: Copy the file name. When `clipboard="unnamed[plus]"` has been set, copies to the `+` register, otherwise to `"`.
- `.copyFilepath`: Copy the absolute file path. When `clipboard="unnamed[plus]"` has been set, copies to the `+` register, otherwise to `"`.
- `.chmodx`: Makes current file executable. Equivalent to `chmod +x`.