5 ms·
Repo says "discontinued".
by amanda99 2y ago
Repo says "discontinued".
- daveguy 2y agoYes, the xi repo is discontinued. They recommend the lapce editor as the spiritual successor: https://github.com/lapce/lapce https://github.com/lapce/lapce
- satvikpendem 2y agoI'd also recommend Helix [0] (which also uses the rope data structure [1]), that's a more widely used editor also written in Rust. [0] https://github.com/helix-editor/helix https://github.com/helix-editor/helix [1] https://github.com/helix-editor/helix/blob/master/docs/architecture.md https://github.com/helix-editor/helix/blob/master/docs/archi...
- VeejayRampay 2y agohelix is a really really good text editor / terminal IDE I'm seriously impressed by the level of quality out of the box
- jll29 2y agoThis looks pretty cool - except... modes like in vi are a no-go area; has anyone tried to modify the GUI (key bindings) to make it similar to Emacs or Notepad? The extra keypress for switching between "i" (inserting text) "ESC" (moving cursor) "i"... would drive me insane (just not used to it, but used to very fast, friction-free typing/editing).
- satvikpendem 2y agoThere might be mods but it is fundamentally built around those vi like keybindings so you'll be fighting an uphill battle.
- sandbach 2y agoI'm curious, how do you avoid friction between inserting text and editing? Surely moving your hand to the mouse, arrow keys, or Ctrl key for an Emacs keybinding takes longer than pressing "i"? I'll grant that Esc is further away, but it can be remapped.
- satvikpendem 2y agoI rebind ESC to caps lock, works wonders as it's right on the same keyboard row as the home keys.
- pryelluw 2y agoThanks for posting. I discovered floem https://github.com/lapce/floem https://github.com/lapce/floem I’ve been looking for something like it