Helix, A Neovim inspired editor, written in Rust (update)
20. 7. 2023https://helix-editor.com/
https://news.ycombinator.com/item?id=33147270
Promises a neat lsp bash support.
Will need latest? nodejs/npm,
the one in debian is too old.
npm i -g bash-language-server
Notes ↓
The logic is select > action
Change working directory and open file picker ↓
:cd ~/somedir
SPACE, F
Buffer picker ↓
SPACE, b
Delete line ↓
xd
Move line down/up one ↓
Xdp
Xdkp
There is go menu ↓
g
There is no soft-wrap ↓
:(
EDIT: 22. jun 2023: We have a softwrap now:
https://helix-editor.com/news/release-23-03-highlights/
config.toml ↓
.config/helix/config.toml
theme = "rose_pine_moon"
[editor]
true-color = true
^ with urxvt in mind.