Open mendeljacks opened 4 years ago
When typing bdw the command is interpreted as jump to all words before, and then choose d. It should be that it just highlights all the word beginnings.
This works:
"vim.normalModeKeyBindings": [ { "before": ["f"], "after": ["<leader>", "<leader>", "<leader>", "j"] } ]
However this does not:
"vim.normalModeKeyBindings": [ { "before": ["f"], "after": ["<leader>", "<leader>", "<leader>", "b","d","w"] } ]
I also tried with the bdw in one box, but that doesn't work either
"vim.normalModeKeyBindings": [ { "before": ["f"], "after": ["<leader>", "<leader>", "<leader>", "bdw"] } ]
I also have this issue.
When typingbdw
the command is interpreted as jump to all words before, and then choose d.
It should be that it just highlights all the word beginnings.
This works:
However this does not:
I also tried with the bdw in one box, but that doesn't work either