diff --git a/README.md b/README.md index 3d259cd..7657e5b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ keymap("x", "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.