LinuxCommandLibrary

helix

TLDR

Open file

$ hx [file]
copy
Open at specific line
$ hx [file]:[line]
copy
Open multiple files
$ hx [file1] [file2]
copy
Check health
$ hx --health
copy
Open tutor
$ hx --tutor
copy

SYNOPSIS

hx [options] [files]

DESCRIPTION

Helix is a post-modern modal text editor inspired by Kakoune and Vim. It features multiple selections, built-in LSP support, and tree-sitter integration.
The editor provides syntax highlighting, auto-completion, and diagnostics out of the box. It uses selection-action model instead of verb-object.
Helix is a modern terminal editor.

PARAMETERS

FILES

Files to edit.
--health LANG
Check health for language.
--tutor
Open interactive tutorial.
--grammar
Fetch and build grammars.
-c, --config FILE
Configuration file.
--log FILE
Log file path.
-v
Increase verbosity.
--help
Display help information.

CAVEATS

Different keybindings than Vim. Learning curve for selection model. Rust-based, requires compilation.

HISTORY

Helix was created as a modern alternative to Vim and Neovim, focusing on better defaults and built-in functionality.

SEE ALSO

vim(1), nvim(1), kakoune(1)

Copied to clipboard