From 6478f96a02c44d0f242d13899059003a84896521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Let?= Date: Sun, 26 Feb 2023 12:17:22 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d156f4..18bc73e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Go test](https://github.com/curusarn/resh/actions/workflows/go.yaml/badge.svg)](https://github.com/curusarn/resh/actions/workflows/go.yaml) [![Shell test](https://github.com/curusarn/resh/actions/workflows/sh.yaml/badge.svg)](https://github.com/curusarn/resh/actions/workflows/sh.yaml) -# REcycle SHell +# RESH Context-based replacement for `zsh` and `bash` shell history. @@ -36,7 +36,7 @@ More options on [Installation page ⇗](./installation.md) ## Search your history -Press CTRL + R to search. +Press Ctrl + R to search: Screenshot 2023-02-25 at 18 49 07 @@ -48,7 +48,7 @@ Press CTRL + R to search. - Right to paste selected command onto the command line so you can edit it before execution - Ctrl + C or Ctrl + D to quit - Ctrl + G to abort and paste the current query onto the command line -- Ctrl + R to search without context +- Ctrl + R to search without context (toggle) ## Issues & ideas