1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-13 16:04:08 +08:00

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
parent 2757306ef1
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