Aloxaf

Results 134 comments of Aloxaf

%1 会保留参数外围的引号,加上代码中的引号就冲突了,改成 `%~1` 应该就没有问题了 https://github.com/skywind3000/z.lua/blob/f448f2ab1f2b93cd3a139cc26bddbf4ba9f45406/z.cmd#L21

Sorry for the late reply. What does "before enabling fzf-preview" mean?

Ummm, can you give me an example?

Sounds good. How about export the whole `words` array here? It may be more flexible?

Oh thanks. I haven't notice that!

There isn't an easy way to do it. Neither `_git`(git completion script) nor `git` cli provide such a function. You have to look into reflog for branch visit log.

As NightMachinary said, this is impossible unless I fork fzf. (In fact, I indeed have such a plan)

Restart the shell will reset it automatically. Or you can use `hash -r` command.

Sorry for the late reply. Yes, it is possible. In fact, it is on my plan. But the file list given to fzf-tab has no color information. To accomplish this...