From 1fc919fe67b783a7f7e02919ebb77ac48b78480b Mon Sep 17 00:00:00 2001 From: refaelsh Date: Sun, 7 Aug 2022 08:32:21 +0300 Subject: [PATCH 1/2] Remove mention of visual mode in mappings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db8e9995..561c3d2b 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Following are the **default** config for the [`setup()`](#setup). If you want to ---@type string|fun():string ignore = nil, - ---LHS of toggle mappings in NORMAL + VISUAL mode + ---LHS of toggle mappings in NORMAL mode ---@type table toggler = { ---Line-comment toggle keymap @@ -91,7 +91,7 @@ Following are the **default** config for the [`setup()`](#setup). If you want to block = 'gbc', }, - ---LHS of operator-pending mappings in NORMAL + VISUAL mode + ---LHS of operator-pending mappings in NORMAL mode ---@type table opleader = { ---Line-comment keymap @@ -111,7 +111,7 @@ Following are the **default** config for the [`setup()`](#setup). If you want to eol = 'gcA', }, - ---Create basic (operator-pending) and extended mappings for NORMAL + VISUAL mode + ---Create basic (operator-pending) and extended mappings for NORMAL mode ---NOTE: If `mappings = false` then the plugin won't create any mappings ---@type boolean|table mappings = { From 767458a68f117d93342a576af7fb7e636a4cf10c Mon Sep 17 00:00:00 2001 From: refaelsh Date: Sun, 7 Aug 2022 17:36:40 +0300 Subject: [PATCH 2/2] Return VISUAL mode as requested --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 561c3d2b..d3941ac4 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Following are the **default** config for the [`setup()`](#setup). If you want to block = 'gbc', }, - ---LHS of operator-pending mappings in NORMAL mode + ---LHS of operator-pending mappings in NORMAL + VISUAL mode ---@type table opleader = { ---Line-comment keymap @@ -111,7 +111,7 @@ Following are the **default** config for the [`setup()`](#setup). If you want to eol = 'gcA', }, - ---Create basic (operator-pending) and extended mappings for NORMAL mode + ---Create basic (operator-pending) and extended mappings for NORMAL + VISUAL mode ---NOTE: If `mappings = false` then the plugin won't create any mappings ---@type boolean|table mappings = {