1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-21 15:19:49 +00:00

Updated FAQ (markdown)

Linwei
2019-03-08 16:39:10 +08:00
parent 23302a8aea
commit 2cccee05ea

4
FAQ.md

@@ -71,9 +71,9 @@ Q: There is a `~/Documents/github/vue-my-ui` directory, but when I use `z vue-my
A: `-` is a reserved character in lua regexp. you can use either `z vue%-my%-ui` or `z vue my ui`.
## How to integrate z.lua to `ranger` ?
## How to integrate z.lua to ranger ?
The ranger integration script will provide a `z` command in `ranger` and will track directories changes inside `ranger`.
The ranger integration script will provide a `z` command in ranger` and will track directories changes in ranger too.
Copy `ranger_zlua.py` to your `~/.config/ranger/plugins` folder, and set environment variable in your shell rc: