Add example of mapping "V" to toggle message selection mode (#195)

This commit is contained in:
Thomas Vodrazka
2024-01-14 11:21:21 +01:00
committed by Ulyssa
parent e7f158ffcd
commit b41faff9b7

View File

@@ -38,6 +38,9 @@
"style": "restore" "style": "restore"
}, },
"macros": { "macros": {
"n|v": {
"V": "<C-W>m"
},
"i": { "i": {
"jj": "<Esc>" "jj": "<Esc>"
} }