Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 718 Bytes

File metadata and controls

44 lines (29 loc) · 718 Bytes

Helix with things I like from Vim

Visual-line mode

Shift-V enters line-wise selection mode.

Action-selection commands

Delete with daw, diw, dt<char>, etc. Yank with yaw, yiw, yt<char>, etc.

Ex commands

One cursor.

  • :'<,'>s/find/replace
  • :%!python -m json.tool

Misc.

  • Find to/through character does not select unless in visual mode.
  • Exiting visual modes clears selection.

Installation/Use

From helix repo:

export HELIX_RUNTIME=$PWD/runtime
cargo install --profile opt --locked --path helix-term

Check local language support:

hx --health

Edit something:

hx

Helix README