feat: add support for modes vs, Vs, CTRL-Vs (#62)

This commit is contained in:
zeertzjq 2021-09-20 11:57:41 +08:00 committed by GitHub
parent 28d89472e3
commit fa3f8c33ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ Mode.map = {
['s'] = 'SELECT',
['S'] = 'S-LINE',
[''] = 'S-BLOCK',
['vs'] = 'VISUAL',
['Vs'] = 'V-LINE',
['s'] = 'V-BLOCK',
['i'] = 'INSERT',
['ic'] = 'INSERT',
['ix'] = 'INSERT',