Hacker News new | ask | show | jobs
by mblood 3380 days ago
Yes. It has support for mapping keys in any mode to any action. For instance:

    "vim.otherModesKeyBindingsNonRecursive": [{
       "before": [";"],
       "after": [":"]
    }]
This, placed in settings.json, does what you requested.
1 comments

quite a bit more verbose than "nnoremap ; :".