Hide Pointer Entirely #2294
Answered
by
ibhagwan
anshumankomawar
asked this question in
Q&A
-
When using the fzf through the cli you can pass in --pointer '' which removes the pointer char and any left padding. I'm unable to achieve the same look through the plugin. I tried using fzf_args with --pointer '' but still see a one char width padding, is there a way to disable this completely? |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Aug 31, 2025
Replies: 1 comment 2 replies
-
Can you add debug=true and check if your fzf command contains the --pointer arg? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just used fzf_args to remove the pointer with no problem, leave it empty after the equal sign:
fzf_args="--pointer="
: