fzf style

This commit is contained in:
thek4n 2024-11-02 10:52:30 +03:00
parent 0d41b5b5cb
commit 6f0c0047d0
3 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@ export TMPDIR
export FZF_DEFAULT_OPTS="\ export FZF_DEFAULT_OPTS="\
--cycle --cycle
--color='gutter:-1,pointer:red,preview-border:grey,separator:grey'
--pointer='> ' --pointer='> '
--marker='* ' --marker='* '
--color='gutter:black,pointer:red,preview-border:grey,separator:grey'
--bind --bind
ctrl-/:toggle-preview,\ ctrl-/:toggle-preview,\
ctrl-a:toggle-all,\ ctrl-a:toggle-all,\

View File

@ -191,7 +191,7 @@ bind -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 2 scroll-down
FZF_DEFAULT_OPTS="\ FZF_DEFAULT_OPTS="\
--cycle --cycle
--color='gutter:black,pointer:red,preview-border:grey,separator:grey' --color='gutter:-1,pointer:red,preview-border:grey,separator:grey'
--pointer='> ' --pointer='> '
--marker='* ' --marker='* '
--border=rounded --border=rounded