~crg/config

ba1ac41f608c21dbfb33b42a220b1cdfcd045716 — Charles Gould 5 months ago 4febb79
fzf: set scoring schemes
1 files changed, 3 insertions(+), 2 deletions(-)

M fish/conf.d/fzf.fish
M fish/conf.d/fzf.fish => fish/conf.d/fzf.fish +3 -2
@@ 15,6 15,7 @@ function __fzf_files
        fzf \
          --ansi \
          --info=inline-right \
          --scheme=path \
          --preview='bat --style=numbers --color=always {}' \
          --preview-window='right,70%,wrap,hidden,<100(bottom,50%,hidden)' \
          --bind='?:toggle-preview' \


@@ 45,7 46,7 @@ function __fzf_git_log
            fzf \
              --ansi \
              --info=inline-right \
              --tiebreak=index \
              --scheme=history \
              --preview="git show {2} $argv | delta" \
              --preview-window='right,70%,wrap,hidden,<100(bottom,50%,hidden)' \
              --bind='?:toggle-preview' \


@@ 67,7 68,7 @@ function __fzf_history
        fzf \
          --read0 \
          --info=inline-right \
          --tiebreak=index \
          --scheme=history \
          --query=(commandline) \
          --preview='echo {3..}' \
          --preview-window='down,10,wrap,hidden' \