tvdab

Results 6 comments of tvdab

I experienced a similar problem with the vim fugitive plugin when timeoutlen was set to 100 milliseconds. The fugitive dd mapping to show a diff view did not work. Instead...

> open an issue or pr for nvim-treesitter with this injection query I would prefer to see a more general solution where injected languages get detected automatically. Not sure how...

I was a happy user of the leader key feature in my previous zmk build. Recently I tried updating my firmware to the latest release of zmk (c9c620d19f603ea0c9d4264eff885912803ff74d) and also...

I found why it wasn't working in Zephyr 3.5. This is what needs to be changed in order to make it work again: ``` --- a/app/src/behaviors/behavior_leader_key.c +++ b/app/src/behaviors/behavior_leader_key.c @@ -47,8...

This can be tested with an empty init.lua. First select a word in a buffer (e.g. with 'viw'). Now we are in Visual mode. Press C-G, now we are in...

Thx for your fast reply. It seems to work :)