Add `z +` to docs
This commit is contained in:
parent
7691d7e9a5
commit
76fcf0132f
|
|
@ -54,6 +54,7 @@ z ~/foo # z also works like a regular cd command
|
||||||
z foo/ # cd into relative path
|
z foo/ # cd into relative path
|
||||||
z .. # cd one level up
|
z .. # cd one level up
|
||||||
z - # cd into previous directory
|
z - # cd into previous directory
|
||||||
|
z + # undo previous z -
|
||||||
|
|
||||||
zi foo # cd with interactive selection (using fzf)
|
zi foo # cd with interactive selection (using fzf)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ z ~/foo # z also works like a regular cd command
|
||||||
z foo/ # cd into relative path
|
z foo/ # cd into relative path
|
||||||
z .. # cd one level up
|
z .. # cd one level up
|
||||||
z - # cd into previous directory
|
z - # cd into previous directory
|
||||||
|
z + # undo previous z -
|
||||||
.sp
|
.sp
|
||||||
zi foo # cd with interactive selection (using fzf)
|
zi foo # cd with interactive selection (using fzf)
|
||||||
.sp
|
.sp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue