docs(jump): update readme with getmark command

This commit updates the `README.md` file for the `jump` plugin to include documentation for the new `getmark` command.
This commit is contained in:
google-labs-jules[bot] 2025-10-18 16:05:37 +00:00
commit 0d44fd642a

View file

@ -17,6 +17,7 @@ plugins=(... jump)
| `mark [mark-name]` | Create a mark with the given name or with the name of the current directory if none is provided |
| `unmark <mark-name>` | Remove the given mark |
| `marks` | List the existing marks and the directories they point to |
| `getmark <mark-name>`| Get the full path of a mark |
## Key bindings