mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Created vim-like editors (markdown)
parent
746aed53fc
commit
da7487fae9
21
vim-like-editors.md
Normal file
21
vim-like-editors.md
Normal file
@ -0,0 +1,21 @@
|
||||
1. [kakoune](https://github.com/mawww/kakoune#building)
|
||||
|
||||
```bash
|
||||
git clone https://github.com/mawww/kakoune.git
|
||||
cd kakoune/src
|
||||
# make sure that gcc >7.0 is installed or clang 12.0 is installed
|
||||
make
|
||||
./kak
|
||||
```
|
||||
https://kakoune-editor.github.io/community-articles/2021/01/01/first_two_hours_in_two_minutes.html
|
||||
|
||||
|
||||
2. [helix editor](https://github.com/helix-editor/helix)
|
||||
|
||||
Needs glibc 2.18 to run.
|
||||
|
||||
3. [xi-editor](https://github.com/xi-editor/xi-editor)
|
||||
|
||||
it is more or less unmaintained.
|
||||
https://raphlinus.github.io/xi/2020/06/27/xi-retrospective.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user