Michael Davis
Michael Davis
`g11⏎` doesn't jump to l11 but `g11g` or `11gg` will. The menu text is a bit confusing because it suggests you hit `g` to goto line but that's actually the...
> It is more than confusing, it is plain wrong. To rehash [my comment above](https://github.com/helix-editor/helix/issues/2078#issuecomment-1095325785), I see this as potentially confusing since it may not be clear that `` is...
Can you give concrete reproduction steps (exact key-presses on an example file)? I tried paging around with `Z` and `j`, `k` but couldn't reproduce
I've been testing this for a bit and I think you're right about the diagnostics being too cramped when there aren't many lines in a file. I think changing the...
It looks like the tailwind LS has a troubleshooting section here: https://github.com/tailwindlabs/tailwindcss-intellisense#troubleshooting and some available configuration above. You can also run in verbose mode with the `-v` flags (up to...
Hiding it is also a little tricky because it hides the state of the register. When starting a fresh session, `_` doesn't exist and it gets created when you first...
This is the expected behavior: the jumplist is analagous to history in a browser and this case is like following a link from page A to page B and back...
If the jumplist picker were deduplicated by default then it might be confusing because it would hide parts of the history. Maybe a key in the picker to deduplicate items...
Is this useful for keymaps other than binding `:sh` commands? I can't think of a use-case other than trying to use the same key to run a build or test...
The blackhole register is a feature though, and it comes from kakoune: https://github.com/mawww/kakoune/blob/master/doc/pages/registers.asciidoc#special-registers