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:
parent
2757306ef1
commit
0d44fd642a
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user