From 76fcf0132fec85fcb3b44e723f7d08737ecc9429 Mon Sep 17 00:00:00 2001 From: Adam Sasine Date: Tue, 15 Apr 2025 13:08:59 -0400 Subject: [PATCH] Add `z +` to docs --- README.md | 1 + man/man1/zoxide.1 | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index fd20f32..5de5f54 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ z ~/foo # z also works like a regular cd command z foo/ # cd into relative path z .. # cd one level up z - # cd into previous directory +z + # undo previous z - zi foo # cd with interactive selection (using fzf) diff --git a/man/man1/zoxide.1 b/man/man1/zoxide.1 index ef1792b..6d88b06 100644 --- a/man/man1/zoxide.1 +++ b/man/man1/zoxide.1 @@ -17,6 +17,7 @@ z ~/foo # z also works like a regular cd command z foo/ # cd into relative path z .. # cd one level up z - # cd into previous directory +z + # undo previous z - .sp zi foo # cd with interactive selection (using fzf) .sp