Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.


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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: