mirror of
https://github.com/jchook/ranger-zoxide.git
synced 2026-07-17 06:25:15 +08:00
Add interactive mode to README
This commit is contained in:
parent
4f97e03f60
commit
7a939a843e
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -9,6 +9,12 @@ Easily jump between commonly visited directories by running this in ranger:
|
||||||
:z <partial-name>
|
:z <partial-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or use interactive mode:
|
||||||
|
|
||||||
|
```
|
||||||
|
:zi <partial-name>
|
||||||
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Very simple & fast thanks to zoxide
|
- 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
|
map cz console z%space
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or for interactive use:
|
||||||
|
|
||||||
|
```
|
||||||
|
map cz zi
|
||||||
|
```
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
- [ranger-zjumper](https://github.com/ask1234560/ranger-zjumper).
|
- [ranger-zjumper](https://github.com/ask1234560/ranger-zjumper).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue