mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue