mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Write explanation about --prompt option
This commit is contained in:
parent
751752cd36
commit
d79611be52
|
|
@ -123,6 +123,10 @@ By default peco starts in case insensitive mode. When this option is specified,
|
|||
|
||||
Specifies the initial line position upon start up. E.g. If you want to start out with the second line selected, set it to "1" (because the index is 0 based)
|
||||
|
||||
### --prompt
|
||||
|
||||
Specifies the query line's prompt. It's `QUERY>` by default. And it's prior to configuration file's `Prompt`.
|
||||
|
||||
Configuration File
|
||||
==================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue