Skip Navigation

Helix - A modal text editor

helix-editor.com Helix

A post-modern modal text editor.

Helix does not aim to be a better vim / neovim. Thus, for example, there are officially no vim bindings and Helix follows the selection → action model. Helix is also a relatively new project.

https://github.com/helix-editor/helix/wiki/Differences-from

https://docs.helix-editor.com/title-page.html

29

You're viewing a single thread.

29 comments
  • I love the treesitter based movement (allows to move to beginning/end of a function), and the jump list (list of the locations where the cursor went, cross files and easy to navigate... Vscode really misses this).

    I miss a debugging experience at least comparable to Vscode's with rust analyzer (ability to start the debugger on a single test case without having to look for the executable's path) to be able to use it day to day. To be honest, competing with vscode is always going to be difficult

29 comments