remotes/origin/HEAD
pseudometa 2022-11-27 10:42:31 +01:00
parent f8722eb206
commit 10c8d19e79
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ keymap("x", "<leader>x", genghis.moveSelectionToNewFile)
## Available commands
- `.copyFilepath`: Copy the absolute file path. When `clipboard="unnamed[plus]"`, copies to the `+` register, otherwise to `"`.
- `.copyFilename`: Copy the file name. When `clipboard='unnamed[plus]`, copies to the `+` register, otherwise to `"`.
- `.chmodx`: Makes current file executable. (Equivalent to `chmod +x`.)
- `.chmodx`: Makes current file executable. Equivalent to `chmod +x`.
- `.renameFile`: Rename the current file. If no extension is provided, keeps the current file extension.
- `.createNewFile`: Create a new file. If no extension is provided, uses the extension of the current file.
- `.duplicateFile`: Duplicate the current file. If no extension is provided, keeps the current file extension.