feat: add support for mode ntT (#775)

This commit is contained in:
zeertzjq 2022-08-02 21:10:33 +08:00 committed by GitHub
parent c880c8cfed
commit e37d5d325d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Mode.map = {
['niR'] = 'NORMAL', ['niR'] = 'NORMAL',
['niV'] = 'NORMAL', ['niV'] = 'NORMAL',
['nt'] = 'NORMAL', ['nt'] = 'NORMAL',
['ntT'] = 'NORMAL',
['v'] = 'VISUAL', ['v'] = 'VISUAL',
['vs'] = 'VISUAL', ['vs'] = 'VISUAL',
['V'] = 'V-LINE', ['V'] = 'V-LINE',