From 92b3c556c41513461aaebc583738d5eea1000612 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 19 Aug 2022 16:34:52 +0900 Subject: [PATCH] Branches: Underline on matched characters --- fzf-git.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fzf-git.sh b/fzf-git.sh index e11d41c..e42e85b 100644 --- a/fzf-git.sh +++ b/fzf-git.sh @@ -135,6 +135,7 @@ _fzf_git_branches() { --header-lines 2 \ --tiebreak begin \ --preview-window down,border-top,40% \ + --color hl:underline,hl+:underline \ --bind 'ctrl-/:change-preview-window(down,70%|hidden|)' \ --bind "ctrl-o:execute-silent:bash $__fzf_git branch {}" \ --bind "ctrl-a:change-prompt(🌳 All branches> )+reload:bash \"$__fzf_git\" all-branches" \