From d79611be52c8108fc3024ed31e0127ee83f4e705 Mon Sep 17 00:00:00 2001 From: Yuya Takeyama Date: Sat, 5 Jul 2014 23:40:14 +0900 Subject: [PATCH] Write explanation about --prompt option --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f4b131b..47dfdab 100644 --- a/README.md +++ b/README.md @@ -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 ==================