Lasha Kanteladze
Lasha Kanteladze
I do experience the same, subscribed.
Sorry, I am currently at countryside, without a laptop, and can't do anything. However, I'll be able to do that in a week at max. Thanks for opening this issue.
I've been busy with other stuff, sorry. I shall "fix" that issue tomorrow.
@ashwinkhode hey, can you try it again? I have not changed anything, but I need to see the output.
You must be using Windows. I did not think about Windows using `\` as the directory separator, instead of `/`. So, fixing that would be easy. [`workspace.root.split("/").pop()`](https://github.com/dakyskye/coc-cord/blob/master/src/client/client.ts#L65).
@ashwinkhode I opened #8 issue for it.
Possibly this should rather go in coc-settings.json than in actual nvim config
Possibly this should rather go in coc-settings.json than in actual nvim config
so, when we parse the config, we need to detect the event type for binding, that would introduce four new events: chord keypress, chord keyrelease, chord buttonpress, chord buttonrelease (probably)....
There is `GrabKeyboard`, `SmartGrab` and `DumnyGrab` functions, which seem to be what's needed for chord chains, but they GRAB the whole keyboard, which is just a joke, no whole keyboard...