mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-29 11:01:27 +00:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -6,7 +6,7 @@ A: `-` is a reserved character in lua regexp. you can use either `z vue%-my%-ui`
|
||||
|
||||
If you don't like this behavior, you can set:
|
||||
|
||||
export $_ZL_HYPHEN=1
|
||||
export _ZL_HYPHEN=1
|
||||
|
||||
to escape `-` into `%-` automatically and `z vue-my-ui` will jump to `~/Documents/github/vue-my-ui` but you cannot use `-` as a regexp keywords any more.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user