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