Michael Davis
Michael Davis
I haven't found myself missing tabs as I've been using Helix. Since the buffer management (especially the picker) is so good I don't find cases where I would use it....
Bufferline is a distinct feature from tabs. Bufferline is more like https://github.com/akinsho/bufferline.nvim while tabs are a built-in Vim feature ([`:help tabpage`](https://github.com/vim/vim/blob/master/runtime/doc/tabpage.txt))
`` and `` are mistakenly interpreted by the terminal as just ``. We could use `` or now that https://github.com/helix-editor/helix/pull/3969 is in, we could repurpose ``. The checklist idea is...
Yeah I don't see a compelling reason for a breaking change here: more languages have queryable test conventions than XML tags. We could use `T` for xml tags?
There are also the navigation commands `]e`/`[e` to add: https://github.com/helix-editor/helix/blob/0c08ff1596b398d53c8c48cc96cfbd24ddec303b/helix-term/src/keymap/default.rs#L100-L121
Duplicate of https://github.com/helix-editor/helix/pull/3966
Yeah let's focus on the others
It's under the editor key: ```toml # ~/.config/helix/config.toml [editor] true-color = true ```
It's a short (~100L) block of code within the library and the library includes a bunch of other functions I don't think will be used in the future so I...
Newlines being selectable like any other character is intended behavior and I don't like adding options or alternate movement commands to skirt them. See https://github.com/helix-editor/helix/issues/2956 and https://github.com/helix-editor/helix/issues/3076.