... "vim.insertModeKeyBindings": [ // insert the current date, insert mode { "before": ["<C-d>"], "after": [], "commands": [ // remap enter key in insert mode to preserve indentation and insert a - if the current line begins with a hyphen (is a list item) { "before":...