From 39c813f47966eac1f9cd220e7ebe442c6671408a Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Tue, 18 Apr 2023 00:47:34 -0500 Subject: [PATCH] missed one --- pokedex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex b/pokedex index b7b6eef..1ceef6b 100755 --- a/pokedex +++ b/pokedex @@ -33,7 +33,7 @@ pokedex() { --preview="echo; pokemon-colorscripts -n {1} --no-title; cat $POKEDATA{1}" \ --preview-window=68%:wrap:border-rounded \ --bind=focus:transform-preview-label:'echo [ {1} ] ' \ - --bind=ctrl-h:preview:"echo; ./fuzzy-pokedex -h;" \ + --bind=ctrl-h:preview:"echo; pokedex -h;" \ --bind=ctrl-b:preview:"echo; pokemon-colorscripts -b -n {1} --no-title; cat $POKEDATA{1};" \ --bind=ctrl-s:preview:"echo; pokemon-colorscripts -s -n {1} --no-title; cat $POKEDATA{1};" \ --bind=ctrl-n:preview:"echo; pokemon-colorscripts -n {1} --no-title; cat $POKEDATA{1};" |