Skip to content
Vladimir Bauer edited this page Apr 11, 2022 · 1 revision

Welcome to the kampliment wiki!

Provided scripts mostly rely on fzf. To adjust fzf to your liking there is no need to patch each script. Let say you prefer fzf's prompt to be at top instead of bottom. There is a dedicated fzf's option for that named --layout reverse. To apply it to each script, you'll need to init kampliment like shown below:

evaluate-commands %sh{
    kamp init -a -e FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS --layout reverse"
}
Clone this wiki locally