-
-
Notifications
You must be signed in to change notification settings - Fork 17
FAQ
windwp edited this page Sep 5, 2021
·
1 revision
local utils = require('windline.utils')
utils.change_mode_name({
['n'] = { ' NORMAL', 'Normal' },
['no'] = { ' O-PENDING', 'Visual' },
['nov'] = { ' O-PENDING', 'Visual' },
['noV'] = { ' O-PENDING', 'Visual' },
['no'] = { ' O-PENDING', 'Visual' },
['niI'] = { ' NORMAL', 'Normal' },
['niR'] = { ' NORMAL', 'Normal' },
['niV'] = { ' NORMAL', 'Normal' },
['v'] = { ' VISUAL', 'Visual' },
['V'] = { ' V-LINE', 'Visual' },
[''] = { ' V-BLOCK', 'Visual' },
['s'] = { ' SELECT', 'Visual' },
['S'] = { ' S-LINE', 'Visual' },
[''] = { ' S-BLOCK', 'Visual' },
['i'] = { ' INSERT', 'Insert' },
['ic'] = { ' INSERT', 'Insert' },
['ix'] = { ' INSERT', 'Insert' },
['R'] = { ' REPLACE', 'Replace' },
['Rc'] = { ' REPLACE', 'Replace' },
['Rv'] = { 'V-REPLACE', 'Normal' },
['Rx'] = { ' REPLACE', 'Normal' },
['c'] = { ' COMMAND', 'Command' },
['cv'] = { ' COMMAND', 'Command' },
['ce'] = { ' COMMAND', 'Command' },
['r'] = { ' REPLACE', 'Replace' },
['rm'] = { ' MORE', 'Normal' },
['r?'] = { ' CONFIRM', 'Normal' },
['!'] = { ' SHELL', 'Normal' },
['t'] = { ' TERMINAL', 'Command' },
})