Added Completion Mode Label (#56)
This commit is contained in:
parent
72e5c71ebd
commit
8742b6e466
|
@ -3,11 +3,15 @@ local function mode()
|
||||||
['__'] = '------',
|
['__'] = '------',
|
||||||
['n'] = 'NORMAL',
|
['n'] = 'NORMAL',
|
||||||
['i'] = 'INSERT',
|
['i'] = 'INSERT',
|
||||||
|
['ic'] = 'INSERT',
|
||||||
|
['ix'] = 'INSERT',
|
||||||
['v'] = 'VISUAL',
|
['v'] = 'VISUAL',
|
||||||
['V'] = 'V-LINE',
|
['V'] = 'V-LINE',
|
||||||
[''] = 'V-BLOCK',
|
[''] = 'V-BLOCK',
|
||||||
['R'] = 'REPLACE',
|
['R'] = 'REPLACE',
|
||||||
['r'] = 'REPLACE',
|
['r'] = 'REPLACE',
|
||||||
|
['rc'] = 'REPLACE',
|
||||||
|
['rx'] = 'REPLACE',
|
||||||
['Rv'] = 'V-REPLACE',
|
['Rv'] = 'V-REPLACE',
|
||||||
['c'] = 'COMMAND',
|
['c'] = 'COMMAND',
|
||||||
['t'] = 'TERMINAL',
|
['t'] = 'TERMINAL',
|
||||||
|
|
Loading…
Reference in New Issue