diff --git a/README.md b/README.md index f5e447f..79fd590 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Easily jump between commonly visited directories by running this in ranger: :z ``` +Or use interactive mode: + +``` +:zi +``` + ## Features - Very simple & fast thanks to zoxide @@ -43,6 +49,12 @@ directories. Simply add a binding to your `~/.config/ranger/rc.conf` file: map cz console z%space ``` +Or for interactive use: + +``` +map cz zi +``` + ## See Also - [ranger-zjumper](https://github.com/ask1234560/ranger-zjumper).