From f625dbc845dd6d5d9892caec2d0f5f6d2eb8f05e Mon Sep 17 00:00:00 2001 From: Qi Xiao Date: Sat, 27 Feb 2016 04:50:52 +0100 Subject: [PATCH] Add screenshot for history search. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d75215e..1e23a83a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Elvish mimics bash and zsh in a lot of places. The following shows some key diff * Press Up to search through history. It uses what you have typed to do prefix match. To cancel, press Escape. + ![history](https://raw.githubusercontent.com/elves/images/master/history.png) + * Press Tab to start completion. Use arrow key and Tab to select the candidate; press Enter, or just continue typing to accept. To cancel, press Enter. ![tab completion](https://raw.githubusercontent.com/elves/images/master/completion.png)