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
No known key found for this signature in database
GPG key ID: F2873CA2997B83C5

View file

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