Skip to content

Disable mouse in fzf #70

Answered by mickael-menu
Yaco asked this question in Help
Discussion options

You must be logged in to vote

There's no way to customize fzf flags in zk configuration yet, but that would be an interesting feature. You could modify directly the code if you want: https://github.com/mickael-menu/zk/blob/977625bb3d6728efdd7ea8d2376aed238af85972/internal/adapter/fzf/fzf.go#L75-L88

But the most fzf-y way to do that would be to set FZF_DEFAULT_OPTS, I think. This works for me:

$ FZF_DEFAULT_OPTS="--no-mouse" zk list -i

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mickael-menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #63 on August 15, 2021 19:32.