Skip to content

kladd/helix

 
 

Repository files navigation

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.

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

About

Helix editor with Vim-like patches

Resources

License

Stars

Watchers

Forks

Languages

  • Rust 81.7%
  • Scheme 17.1%
  • Handlebars 0.5%
  • Nix 0.4%
  • CSS 0.1%
  • Shell 0.1%
  • Other 0.1%