Added
- You can now set your own mappings with all the functions the script has access to, look to the wiki for the
config.insert_mappings
andconfig.normal_mappings
. - Added a default mapping of
<c-z>
in insert mode to recalculate the list, dunno if anyone else wanted that but i was just getting annoyed. - Support for
<tab>
and<s-tab>
, they now work like word processors. (functions like<c-t>
)
Changed
- removed config docs in
config.lua
moved to the wiki
Fixed
- pressing
O
at the start of the list made it start with 2
Full Changelog: v1.4.0...v1.5.0