feat: add support for mode nt (#79)
Following https://github.com/neovim/neovim/pull/15878
This commit is contained in:
parent
6aa103def8
commit
a564019d95
|
@ -11,6 +11,7 @@ Mode.map = {
|
|||
['niI'] = 'NORMAL',
|
||||
['niR'] = 'NORMAL',
|
||||
['niV'] = 'NORMAL',
|
||||
['nt'] = 'NORMAL',
|
||||
['v'] = 'VISUAL',
|
||||
['vs'] = 'VISUAL',
|
||||
['V'] = 'V-LINE',
|
||||
|
|
Loading…
Reference in New Issue