diff options
author | Phil Jones <philj56@gmail.com> | 2022-08-22 10:49:19 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-08-22 10:49:19 +0100 |
commit | 226b063306291642b9bc9d5df0e54f2886d18486 (patch) | |
tree | 4e9bd295f0558c2e5cdc490a09c7821f9fa867bd /doc/config | |
parent | faf685ca266d9cd3e2bb42d2ef105a5577cfcaf1 (diff) |
Add --prompt-padding option.
Diffstat (limited to 'doc/config')
-rw-r--r-- | doc/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,9 @@ # Prompt to display. prompt-text = "run: " + # Extra horizontal padding between prompt and input. + prompt-padding = 0 + # Maximum number of results to display. # If 0, tofi will draw as many results as it can fit in the window. num-results = 0 |