emfy VS helix-vim

Compare emfy vs helix-vim and see what are their differences.

emfy

A dark and sleek Emacs setup for general purpose editing and programming (by susam)

helix-vim

A Vim-like configuration for Helix (by LGUG2Z)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
emfy helix-vim
18 27
929 860
- -
5.9 2.0
5 months ago 3 months ago
Emacs Lisp
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

emfy

Posts with mentions or reviews of emfy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-21.
  • Emacs for You (Emfy): Tiny init.el for beginners to quickly set up vanilla Emacs
    1 project | news.ycombinator.com | 4 Aug 2023
    1 project | news.ycombinator.com | 30 Jul 2023
  • Should I start with vanilla Emacs?
    2 projects | /r/emacs | 21 Jun 2023
    Vanilla. A good starting point for you is probably Emfy - https://github.com/susam/emfy
  • Making Emacs more approachable
    2 projects | /r/emacs | 17 Feb 2023
    I recommend Susam Pal's attempt to make Emacs more approachable for beginners: https://github.com/susam/emfy. He provides a line-by-line explanation of a simple config file.
  • How to progress from beginner level
    2 projects | /r/emacs | 11 Nov 2022
  • Helix: Post-Modern Text Editor
    17 projects | news.ycombinator.com | 6 Nov 2022
    That is true. But it’s pretty overwhelming for a lot of folks. I was a spacemacs user. I tried to rebuild what I liked about it. It was a lot, and I didn’t quite get it there.

    I finally found a good compromise though. I started over with this confing: https://github.com/susam/emfy

    From there, I only needed a handful of packages and a few dozen lines of config to get to an editor that was comfy.

  • VS Code – What's the deal with the telemetry?
    16 projects | news.ycombinator.com | 23 Aug 2022
    I struggled to make the change. I think I tried half a dozen times to go from (neo)vim to Emacs and it never stuck. My problem was that I kept reaching for spacemacs and Doom Emacs, etc., right out of the gate, and I would be mystified by Emacs itself and Emacs Lisp as a result.

    Two things helped get me into Emacs full-time (and this is after > 15 years of using vim):

    1. I went step-by-step through Susam's Emfy Emacs config [0]. That helped me understand some of the basics at a foundational level. I extended that base configuration a little bit and became comfortable with the environment.

    2. I then went step-by-step through the entire "Emacs from Scratch" playlist that System Crafters put out [1]. I pushed my personal configuration pretty far with that over the course of 2-3 months.

    I eventually moved to Doom Emacs and married in pieces of my own configuration. That's been my daily driver for months now.

    [0]: https://github.com/susam/emfy

    [1]: https://www.youtube.com/playlist?list=PLEoMzSkcN8oPH1au7H6B7...

  • Moving from Doom to Vanilla
    7 projects | /r/emacs | 21 Mar 2022
  • Ask HN: Should I learn Emacs in 2022?
    1 project | news.ycombinator.com | 17 Mar 2022
    Just have a weekend learning Emacs + Lisp and make your own opinion. This configuration (https://github.com/susam/emfy) is a great start. If you like it - use it, if you don't - throw it away.
  • Packages for Emacs beginner
    2 projects | /r/emacs | 8 Mar 2022
    Rather than one of the fat and opinionated "distros" (doom, spacemacs) I like emacs for you. It will set you up with a minimal config that you can learn from and add to as you go.

helix-vim

Posts with mentions or reviews of helix-vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-18.
  • Notes on Text Editing
    2 projects | news.ycombinator.com | 18 Feb 2024
    I tried to re-learn from Vim to Helix but failed. No sure if this is a muscle memory problem or perhaps article is right about cons Kakoune-like approach for me. Even adapting with something https://github.com/LGUG2Z/helix-vim did not work. So if you like Helix it probably a good thing that you did not learn the vim at the time.
  • Helix-Vim (Readme.md)
    1 project | news.ycombinator.com | 27 Jan 2024
  • Ask HN: Should you add a LICENSE to example configuration repos?
    1 project | news.ycombinator.com | 28 Sep 2023
  • Keymap and configuration questions
    2 projects | /r/HelixEditor | 12 Jul 2023
  • Even more hindsight on Vim, Helix and Kakoune
    6 projects | news.ycombinator.com | 21 Jun 2023
    Not that they're inherently worse, just different - I'm perfectly happy with vim motions and relearning to type is pretty low on my list of priorities. Luckily there is a compatibility hack, not perfect but it's close enough: https://github.com/LGUG2Z/helix-vim
  • What editor are you using for Rust?
    8 projects | /r/rust | 1 Jun 2023
  • Helix: Release 23.03 Highlights
    6 projects | news.ycombinator.com | 31 Mar 2023
    I want to like Helix, I really, really want to. It's lean, fast, polished, purely console based so it fits my workflows perfectly... but the almost-like-vim-but-not-really key bindings are a deal breaker. I just can't make the switch.

    If Helix were completely different in this regard, like Emacs is, I could handle--and I know because I use both vim and Emacs regularly pretty fluently. But Helix is way too close to the vim keybindings to discern it from a memory muscle perspective. I use vim keybindings everywhere else (zsh, all readline-based apps via a setting in ~/.inputrc, VSCode), so getting used to slight differences in just one editor is extremely hard because I can't just drop all other apps.

    I recently tried this: https://github.com/LGUG2Z/helix-vim which attempts to provide vim mappings to Helix. It's funny how the description in the page describes my progression almost 100%. And while it makes things slightly better, it's still not accurate enough to make this a non-issue.

  • Helix editor 23.03 released!
    8 projects | /r/rust | 31 Mar 2023
    https://github.com/LGUG2Z/helix-vim somebody on the internet has you covered
  • How to config default VIM keys?
    1 project | /r/HelixEditor | 25 Mar 2023
  • The extensible vi layer for Emacs
    10 projects | news.ycombinator.com | 3 Mar 2023
    There is this configuration: https://github.com/LGUG2Z/helix-vim

    This switches most keybinds to be vi-like.

What are some alternatives?

When comparing emfy and helix-vim you can also consider the following projects:

emacs_python_ide - Settings to make emacs a python-ide

helix - A post-modern modal text editor.

quarto-emacs - An emacs mode for quarto: https://quarto.org

zsh-vi-mode - 💻 A better and friendly vi(vim) mode plugin for ZSH.

logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

meow - Yet another modal editing on Emacs / 猫态编辑

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

jake-emacs - My personal Emacs configuation.

dance - Make your cursors dance with Kakoune-like modal editing in VS Code.

visual-regexp.el - A regexp/replace command for Emacs with interactive visual feedback

neovim - Vim-fork focused on extensibility and usability