Helix
Helix is a multimode command line editor like vim. Inspired by kakoune.
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 selectionxd
- 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
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