From ce0fc115fee8463b6dc583bd4ed758a49a0fdbff Mon Sep 17 00:00:00 2001 From: Thomas Karner Date: Sat, 28 Dec 2024 20:53:32 +0100 Subject: [PATCH] update key bindings in readme --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 89844c9..0d6236c 100644 --- a/readme.md +++ b/readme.md @@ -229,8 +229,9 @@ in the display config or as input for a parser, but should never be mutated: | Go to the top | `g` | | Go to the bottom (and follow) | `G` | | Insert mode for filter | `i` | -| Exit insert mode or details | `esc` | +| Exit insert | `esc` | | Open details | `enter` | +| Exit details | `esc`, `q` | | Clear filter | `ctrl+x` | | Exit xogs | `ctrl+c` |