style(fzf): pointer

This commit is contained in:
thek4n 2024-05-21 16:20:52 +03:00
parent 71c6c3e733
commit fc146d28f0

View File

@ -36,7 +36,9 @@ export TMPDIR
export FZF_DEFAULT_OPTS="\ export FZF_DEFAULT_OPTS="\
--cycle \ --cycle \
--marker="*" \ --pointer='' \
--marker='+' \
--color='pointer:green' \
--bind \ --bind \
ctrl-/:toggle-preview,\ ctrl-/:toggle-preview,\
ctrl-a:toggle-all,\ ctrl-a:toggle-all,\