From 6fa1734468e0663c579cc0ab21f080e3c8be7262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 27 Aug 2019 21:20:24 +0200 Subject: [PATCH] README: document keyboard shortcuts related to scrollback searching --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0fafc587..23afee5b 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,15 @@ is **not** possible to define new key bindings. * `shift+page up/down` - scroll up/down in history * `ctrl+shift+c` - copy selected text to the _clipboard_ * `ctrl+shift+v` - paste from _clipboard_ +* `ctrl+shift+r` - start a scrollback search + +While doing a scrollback search, the following shortcuts are +available: + +* `ctrl+r` - search for next match +* `esc` - cancel the search +* `ctrl+g` - cancel the search (same as `esc`) +* `return` - finish the search and put the current match to the primary selection ### Mouse