David Else

Results 246 comments of David Else

@danriedl I think there is talk of using a git dependency as a temporary measure for some essential fixes before 0.26.1 https://github.com/helix-editor/helix/pull/4939

Brilliant! This fixes the super annoying font problems I have had with [v2.3.3](https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.3.3) `Symbols-2048-em Nerd Font Complete Mono.ttf` in Kitty. I tried copying and pasting the new and old from...

I was wondering about the pairs in Markdown, for example ``` within `GameState` so that ``` does not `mim` when the cursor is inside the back ticks, but it does...

The HTML language server for Helix (the same as VS Code) has the ability to rename tags with `space-r`, for example: ``` hello hello ``` You can easily rename `span`...

Why not just stop the ability to save in insert mode? `write` could check you are in normal mode, and if not return an error. It would enforce best practice....

I have been testing it and it works brilliantly, thanks!

> > Should the default value for `jump-label-alphabet` be reordered to prefer QWERTY home-row characters first? > > We generally don't try to tailor our keymap to qwerty (many people...

@pascalkuthe You are amazing, you thought of everything. Sorry I didn't see that in the PR and wasted your time.

There was a cool closed pull request https://github.com/helix-editor/helix/pull/3309 by @the-mikedavis a while back that added a `space t` toggle setting, I have been using my own limited version of the...

Hi, thanks for this PR! I think 150 is too long for the default `max-width`, VS Code sets it to 120 (before the scroll bar appears), You can validate that...