Feraidoon Mehri
Feraidoon Mehri
I have found the workaround `tr -cd "[:print:]\n"` for removing the extra characters, but it works only for the text format and not html, which is where I really need...
@skywind3000 It worked. Thanks!
@skywind3000 This issue popped again, and I just deleted this last line from .zlua and things got fixed: `/home/eva/tmp-kindle/fic | Code Geass: The Prepared Rebellion V2 Chapter 49: Hierarchy of...
I still hope this can be fixed, but I have switched to [zoxide](https://github.com/ajeetdsouza/zoxide/) now.
> Seems to be related to #175? Does it happen in other terminal emulator in macOS? I thought so too at first, but it’s probably unrelated. The input gets to...
I tried to debug this, and it seems `fzf` returns the wrong choice: ``` typeset -g -a ch_tmp=( $'ma \[email protected]\C-@' ) TRACEBACK 666 -ftb-complete: ret: 0, #choices: 3 1 -ftb-complete...
I opened an upstream [issue](https://github.com/junegunn/fzf/issues/2455).
@rolandwalker That function doesn't work as intended when there is no common prefix: 
This should be a feature request for `fzf`, no?
It's not impossible to implement this on top of `fzf`, but it would be a hack. This feature is a general thing for `fzf`, and needs to be its own...