fix compact hints

This commit is contained in:
Jorge Morante 2017-04-23 18:27:01 +02:00
parent 759fc183c7
commit 42b4943eca
2 changed files with 3 additions and 3 deletions

View File

@ -66,8 +66,8 @@ set_option 'fingers-compact-hints' 1
set_option 'fingers-copy-command' ""
set_option 'fingers-hint-format' "#[fg=yellow,bold,reverse]%%s" process_format
set_option 'fingers-highlight-format' "#[fg=yellow,bold]%%s" process_format
set_option 'fingers-hint-format-secondary' "[%%s]" process_format
set_option 'fingers-highlight-format-secondary' " #%%s" process_format
set_option 'fingers-hint-format-secondary' "#[fg=yellow,bold] [%%s]" process_format
set_option 'fingers-highlight-format-secondary' "#[fg=yellow,bold]%%s" process_format
# TODO add fingers_bg
# TODO add fingers_fg

View File

@ -30,7 +30,7 @@ function show_hints() {
local compact_hints=$2
clear_screen "$fingers_pane_id"
get_stdin | gawk -f $CURRENT_DIR/hinter.awk 3> $match_lookup_table
get_stdin | FINGERS_COMPACT_HINTS="$compact_hints" gawk -f $CURRENT_DIR/hinter.awk 3> $match_lookup_table
}
function show_hints_and_swap() {