Add `z +` to docs

This commit is contained in:
Adam Sasine 2025-04-15 13:08:59 -04:00 committed by GitHub
parent 7691d7e9a5
commit 76fcf0132f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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