From 96619f375ac94c16aef32a43a42fab4e841c71ec Mon Sep 17 00:00:00 2001 From: Nathaniel Inman Date: Wed, 6 Dec 2017 13:46:32 -0600 Subject: [PATCH] Cases can be changed in normal mode as well Original document alluded to the fact that cases can only be changed from `visual` mode. They also work in `normal` mode. --- vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim.md b/vim.md index be901ca81..92adb965d 100644 --- a/vim.md +++ b/vim.md @@ -290,7 +290,7 @@ Uppercase ones are recursive (eg, `zO` is open recursively). | `guu` | lowercase current line (also `gugu`) | {: .-shortcuts} -Do these in visual mode. +Do these in visual or normal mode. ### Marks