From da7487fae90fba6533752c310b777ed0cdde71ed Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 20 Dec 2021 14:16:25 +0800 Subject: [PATCH] Created vim-like editors (markdown) --- vim-like-editors.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vim-like-editors.md diff --git a/vim-like-editors.md b/vim-like-editors.md new file mode 100644 index 0000000..8c226df --- /dev/null +++ b/vim-like-editors.md @@ -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 +