Updates README

This commit is contained in:
Wes Roberts 2020-11-01 19:59:08 -05:00
parent 2881a43dc9
commit 89a9e85a46

View file

@ -13,6 +13,7 @@ Easily jump between commonly visited directories by running this in ranger:
- Very simple & fast thanks to zoxide
- Supports tab completion
- Works with Python >= 2.7, or >= 3.1
## Install
@ -25,16 +26,17 @@ wget -O ~/.config/ranger/plugins/zoxide.py https://raw.githubusercontent.com/jch
## Keyboard Shortcut
You may wish to add a keyboard shortcut to quickly `z` between common directories.
Simply add a binding to your `~/.config/ranger/rc.conf` file:
You may wish to add a keyboard shortcut to quickly `z` between common
directories. Simply add a binding to your `~/.config/ranger/rc.conf` file:
```
map cz console z%space
```
## More Info
## See Also
This plugin was inspired by [ranger-zjumper](https://github.com/ask1234560/ranger-zjumper).
- [zoxide/contrib/ranger.py](https://github.com/ajeetdsouza/zoxide/blob/master/contrib/ranger.py)
- [ranger-zjumper](https://github.com/ask1234560/ranger-zjumper).
## License