LinuxCommandLibrary

hx

command for Helix editor

TLDR

Open file

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

SYNOPSIS

hx [options] [files]

DESCRIPTION

hx is the command for Helix editor. Helix is a post-modern modal editor with built-in LSP support and tree-sitter integration.
The editor uses selection-first editing model inspired by Kakoune. It provides syntax highlighting, completions, and diagnostics out of the box.

PARAMETERS

FILES

Files to edit.
--tutor
Open tutorial.
--health LANG
Check language support.
-c, --config FILE
Configuration file.
--grammar
Fetch/build grammars.
-v
Increase verbosity.
--help
Display help information.

CAVEATS

Different model than Vim. Learning curve for new users. Rust-based.

HISTORY

Helix was created as a modern terminal editor, taking inspiration from Kakoune and Neovim.

SEE ALSO

helix(1), vim(1), nvim(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community