Y
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
flukus
3380 days ago
quite a bit more verbose than "nnoremap ; :".
link