helix
helix copied to clipboard
A post-modern modal text editor.
Since we take some keys from both vim and kakoune, we want to reduce the issues of taking the worse of both worse. Currently I dumped some idea in https://github.com/helix-editor/helix/wiki/Keymap-brainstorm...
This is a work in-progress implementation of a plugin system based off the wasmer runtime. What has been done so far: - [X] - Automatically loads and starts any '.wasm'...
Hi! Draft: completion by words in all loaded documents Works for document - with language server support (merge lsp result and finded words) - and without it May be such...
As far as I understand, there is no "repeat last command" command, you must use the default . keybind I'd like to move this command to a different key, so...
You can do this with `space ' down ret`, but this gets it down to `] '`. Feels nicer to me when going through a big set of global search...
The terminal emulator I use does not have true color support (specifically, `Terminal.app`). This means that most themes don't work. However, it is possible to have some support ANSI-256 color...
I have been playing around with different solutions to this issue and the nicest way I have found is using a flex-like approach where the parents container is split between...
As mentioned by @dead10ck in https://github.com/helix-editor/helix/pull/2942#discussion_r939606221 if something is printed to stderr it doesn't mean that the process failed, so we need to check the exit code and then print...
Go to reference with `gr` gives repeated result.  Line number 226 looks like below 