From 38521ff8708cd2e3a3a83327105c131e7dbfc374 Mon Sep 17 00:00:00 2001 From: Mikael Fangel <34864484+MikaelFangel@users.noreply.github.com> Date: Mon, 20 Mar 2023 22:37:06 +0100 Subject: [PATCH] fix: correct wrong key combination for gum write in README.md Fixes #312 ### Changes: - Moves the `esc` over to the cancel option together with CTRL+c, so it reflects the current behaviour of the program. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2af4f2..2252aa8 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ gum input --password > password.txt Prompt for some multi-line text. -Note: `CTRL+D` and `esc` are used to complete text entry. `CTRL+C` will cancel. +Note: `CTRL+D` is used to complete text entry. `CTRL+C` and `esc` will cancel. ```bash gum write > story.txt