mirror of
https://github.com/jchook/ranger-zoxide.git
synced 2026-07-17 06:25:15 +08:00
Updates README
This commit is contained in:
parent
2881a43dc9
commit
89a9e85a46
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
|
@ -13,6 +13,7 @@ Easily jump between commonly visited directories by running this in ranger:
|
||||||
|
|
||||||
- Very simple & fast thanks to zoxide
|
- Very simple & fast thanks to zoxide
|
||||||
- Supports tab completion
|
- Supports tab completion
|
||||||
|
- Works with Python >= 2.7, or >= 3.1
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|
@ -25,16 +26,17 @@ wget -O ~/.config/ranger/plugins/zoxide.py https://raw.githubusercontent.com/jch
|
||||||
|
|
||||||
## Keyboard Shortcut
|
## Keyboard Shortcut
|
||||||
|
|
||||||
You may wish to add a keyboard shortcut to quickly `z` between common directories.
|
You may wish to add a keyboard shortcut to quickly `z` between common
|
||||||
Simply add a binding to your `~/.config/ranger/rc.conf` file:
|
directories. Simply add a binding to your `~/.config/ranger/rc.conf` file:
|
||||||
|
|
||||||
```
|
```
|
||||||
map cz console z%space
|
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
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue