From 0d44fd642ab9e48c3aaf94617f9b3e12cde563c2 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 16:05:37 +0000 Subject: [PATCH] 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. --- plugins/jump/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/jump/README.md b/plugins/jump/README.md index 1b0ce68c0..6cf653cec 100644 --- a/plugins/jump/README.md +++ b/plugins/jump/README.md @@ -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 ` | Remove the given mark | | `marks` | List the existing marks and the directories they point to | +| `getmark `| Get the full path of a mark | ## Key bindings