Add interactive mode to README

This commit is contained in:
Rafael Cavalcanti 2021-08-15 11:49:27 -03:00
parent 4f97e03f60
commit 7a939a843e

View file

@ -9,6 +9,12 @@ Easily jump between commonly visited directories by running this in ranger:
:z <partial-name>
```
Or use interactive mode:
```
:zi <partial-name>
```
## Features
- Very simple &amp; 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).