From a3df9ee6133cc441033a9e3f0ef9763fba19f03d Mon Sep 17 00:00:00 2001 From: Mohit Yadav Date: Thu, 10 Feb 2022 20:41:32 +0530 Subject: [PATCH] fix: incorrect key combination in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad67f9c..cb6373c7 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ These mappings are disabled by default. (config: `mappings.extended`) `gcw` - Toggle from the current cursor position to the next word `gc$` - Toggle from the current cursor position to the end of line `gc}` - Toggle until the next blank line -`gc5l` - Toggle 5 lines after the current cursor position +`gc5j` - Toggle 5 lines after the current cursor position `gc8k` - Toggle 8 lines before the current cursor position `gcip` - Toggle inside of paragraph `gca}` - Toggle around curly brackets