patch
parent
f8722eb206
commit
10c8d19e79
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue