diff --git a/README.md b/README.md index 3c2cf09..5ff9b4d 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,13 @@ 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 `"`. +- `.copyFilepath`: Copy the absolute file path. When `clipboard="unnamed[plus]"` has been set, copies to the `+` register, otherwise to `"`. +- `.copyFilename`: Copy the file name. When `clipboard="unnamed[plus]"` has been set, copies to the `+` register, otherwise to `"`. - `.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, uses the current file extension. -- `.trashFile{trashLocation = "your/path/"}`: Move the current file the trash location. Defaults to `$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. Defaults to location is `$HOME/.Trash/`. ⚠️ Any existing file in the trash location with the same name is overwritten, making that file irretrievable. - `.moveSelectionToNewFile`: Visual Line Mode Command. Prompts for a new file name and moves the current selection to that new file. Note that the selection is moved linewise. ## Why that name @@ -69,11 +69,6 @@ __Profiles__ - [ResearchGate](https://www.researchgate.net/profile/Christopher-Grieser) - [LinkedIn](https://www.linkedin.com/in/christopher-grieser-ba693b17a/) - -__Donate__ - -Buy Me a Coffee at ko-fi.com - --- This is my first neovim plugin, so suggestions for improvements are welcome.