From 8da1ec9a559085cdd7155b527abc34efa9184522 Mon Sep 17 00:00:00 2001 From: zeus Date: Tue, 28 Mar 2023 08:30:34 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1330b86..93e317a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ > ./swl-nvim.sh > -## Key map features +# Key map features I try to avoid C- combinations for the things I do frequently, mapping things that make sense to the key. @@ -45,7 +45,7 @@ The leader key is normally defined by the mapleader variable as \. **Normal mode** -### Edit Action +## Edit Action - **\ls** Remove all whitespace at the end of every line in the buffer @@ -53,7 +53,7 @@ The leader key is normally defined by the mapleader variable as \. - **P** Paste above -#### Select text with: *CTRL-V* -or- *SHIT-V* amd Arrows +### Select text with: *CTRL-V* -or- *SHIT-V* amd Arrows AND