Closed skgbanga closed 4 years ago
Based on #4532, looks like I can achieve this by:
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"s"
],
"after": [
"leader",
"leader",
"2",
"s"
]
}
]
Closing this issue.
Hello,
I am moving from regular vim to VSCode and one of the configuration that I use in my vimrc is this:
With the above setting, I don't need to do '2s..' to search for two characters on my screen. This is immensely helpful and is the only setting/way I use easymotion with.
Do you know if this is possible to do in VSCode vim extension?
Thanks!