From b41faff9b7678e093c9260c7610c887731692b9b Mon Sep 17 00:00:00 2001 From: Thomas Vodrazka <9295830+vodrazka@users.noreply.github.com> Date: Sun, 14 Jan 2024 11:21:21 +0100 Subject: [PATCH] Add example of mapping "V" to toggle message selection mode (#195) --- docs/example_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/example_config.json b/docs/example_config.json index 812d5a7..c26b33c 100644 --- a/docs/example_config.json +++ b/docs/example_config.json @@ -38,6 +38,9 @@ "style": "restore" }, "macros": { + "n|v": { + "V": "m" + }, "i": { "jj": "" }