Helix is a modal terminal editor written in Rust, inspired by Kakoune editor.
Installation
After installation, it is necessary to link the runtime directory, which contains themes and grammars needed for syntax highlighting.
ln -s $PWD/runtime ~/.config/helix/runtime
Keyboard Shortcuts
w
- Move forward to before the beginning of the next wordd
- Delete the active selectioni
- Go into Insert modexd
- Delete the current linef
- Open the file pickergg
- Go to the first linege
- Go to the last line42gg
- Go to line 42%
- Select the whole filex
- Select the current line, press repeatedly to continue to also select the line belows
- Mark in selectionc
- Alias todi
, delete the current selection and go into Insert mode
Commands
:vnew
- Open a new buffer on the side:hnew
- Open a new buffer on the bottom:sh
- Execute a shell command and see the result in the editor