Wenxuan

Results 51 comments of Wenxuan

I often encounter similar problems when updating plugins using tpm, and not only for this plugin. You can go into the plugin directory and reset the git repo manually using...

Hi @farzadmf It seems I cannot reproduce this on my mac with tmux v3.4. I suspect this problem may be related to the fzf. Can you check the version of...

@farzadmf thanks for your quick reply! I forgot that I had overridden the fzf-url-fzf-options: ``` set -g @fzf-url-fzf-options '-w 100% -h 50% --multi -0 --no-preview' ``` I can reproduce the...

> Do you know why it doesn't work with `-d 35%`? I also don't know why it doesn't work. Maybe it's related to [this issue](https://github.com/junegunn/fzf/issues/3635)?

I'm going to replace the default settings with the following to workaround this problem, what do you think? @farzadmf @Tony-Sol @Carl-ZLJ ``` -w 100% -h 50% --multi -0 --no-preview ```

Merged. You can update and have a try.

> I have a question though: seems like if I set the option in my config using set -g @fzf-url-fzf-options '...', I get a pop-up window showing the URLs, but...

Hi @Dentrax, sorry for the late reply, and thanks for your suggestion. csview aims to be a pure, fast csv pager for cli. Data processing capabilities, such as filter, map,...

Unfortunately, there is no other way to change the background color except modifying the source code for now.

Hi @praxanz, apologize for the delayed response as I've been swamped with work lately. And thank you for your efforts in investigating this issue. Also thanks @rvstaveren for the feedback....