From 82edaa0f424d033a22fec6aaa1f383359e33c578 Mon Sep 17 00:00:00 2001 From: Taiki HISAMURA Date: Thu, 6 Dec 2018 11:58:37 +0900 Subject: [PATCH] Add comment in Select Multiple Lines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c706408..b74f7e3 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ is printed to stdout, which allows you to pipe it to other tools ## Select Multiple Lines -You can select multiple lines! +You can select multiple lines! (this example use C-Space) ![Executed `ls -l | peco`, then used peco.ToggleSelection to select multiple lines](http://peco.github.io/images/peco-demo-multiple-selection.gif)