Helix, A post-modern text editor, provides several modes for different kinds of text manipulation. Pressing
i
enters insert mode.<Esc>
enters normal mode, which enables the use of Helix commands. More information: https://helix-editor.com.
helix path/to/file
helix --vsplit path/to/file1 path/to/file2
<Esc>
and typing :tutor
):helix --tutor
:theme theme_name
:wq<Enter>
:q!<Enter>
u
n
/N
to go to next/previous match):/search_pattern<Enter>