From 8dcfa4904b59c4e23291c03837451a359ba6f515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D1=80=D0=B0=D1=85=D0=B8=D1=9A=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=B0=D0=B4=D0=B8=D1=9B?= Date: Wed, 26 Jan 2022 18:17:03 +0100 Subject: [PATCH] Correct the description of Esc + c (Alt+c) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Страхиња Радић --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d872c9..47fc319 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Esc + u Esc + l # converts text from cursor to the end of the word to lowercase. Esc + c -# converts letter under the cursor to uppercase. +# converts letter under the cursor to uppercase, rest of the word to lowercase. ``` ##### Run history number (e.g. 53) ```bash