Table of Contents
参考
- official https://helix-editor.com/
- document https://docs.helix-editor.com/title-page.html
- github https://github.com/helix-editor/helix
helixとは
Rust製のnvimにインスパイアされたエディタ
- vimの機能があらかた使える
- lazynvimを拾ってこなくても、カスタマイズされた環境がすぐ使える
install
natives
ubuntu
sudo add-apt-repository ppa:maveonair/helix-editorsudo apt updatesudo apt install helixarch
sudo pacman -S helixcontainers
flatpak
flatpak install flathub com.helix_editor.Helix flatpak run com.helix_editor.Helixsnapd
snap install --classic helix使い方
helix [file]または
hx [file]key-bind
Can use:
- save & quit:
:q,:w,:wq, - search:
/[need2search]
Can’t use :
- 1line delete:
dd - multi-lines delete:
d2d
Option
- remove single char:
d - select strings:
v-v - undo:
u - redo:
U - menu:
space