vim: single letter mod markers

This commit is contained in:
He4eT 2022-05-24 18:38:29 +03:00
commit 0cc3e3acef

View file

@ -64,8 +64,8 @@
\ 'i' : 'I', \ 'i' : 'I',
\ 'R' : 'R', \ 'R' : 'R',
\ 'v' : 'V', \ 'v' : 'V',
\ 'V' : 'VL', \ 'V' : 'L',
\ "\<C-v>": 'VB', \ "\<C-v>": 'B',
\ 'c' : 'C', \ 'c' : 'C',
\ 's' : 'S', \ 's' : 'S',
\ 'S' : 'SL', \ 'S' : 'SL',