Disable mouse in fzf #70
-
Hi! I would like to disable the mouse interaction when invoking Can you help me? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There's no way to customize But the most $ FZF_DEFAULT_OPTS="--no-mouse" zk list -i |
Beta Was this translation helpful? Give feedback.
There's no way to customize
fzf
flags inzk
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-L88But the most
fzf
-y way to do that would be to setFZF_DEFAULT_OPTS
, I think. This works for me:$ FZF_DEFAULT_OPTS="--no-mouse" zk list -i