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