micro-editor

A modern and intuitive terminal-based text editor (by zyedidia)

Micro-editor Alternatives

Similar projects and alternatives to micro-editor

  1. Visual Studio Code

    Visual Studio Code

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. go

    The Go programming language

  4. neovim

    1,421 micro-editor VS neovim

    Vim-fork focused on extensibility and usability

  5. vscodium

    binary releases of VS Code without MS branding/telemetry/licensing

  6. helix

    A post-modern modal text editor.

  7. Vim

    435 micro-editor VS Vim

    The official Vim repository

  8. fzf

    :cherry_blossom: A command-line fuzzy finder

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. alacritty

    A cross-platform, OpenGL terminal emulator.

  11. ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  12. fish-shell

    The user-friendly command line shell.

  13. coc.nvim

    322 micro-editor VS coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

  14. GNU Emacs

    251 micro-editor VS GNU Emacs

    Mirror of GNU Emacs

  15. bat

    205 micro-editor VS bat

    A cat(1) clone with wings.

  16. fd

    190 micro-editor VS fd

    A simple, fast and user-friendly alternative to 'find'

  17. exa

    131 micro-editor VS exa

    A modern replacement for ‘ls’.

  18. kakoune

    mawww's experiment for a better code editor

  19. vis

    A vi-like editor based on Plan 9's structural regular expressions (by martanne)

  20. amp

    17 micro-editor VS amp

    A complete text editor for your terminal. (by jmacdonald)

  21. zee

    Discontinued A modern text editor for the terminal written in Rust [Moved to: https://github.com/zee-editor/zee] (by mcobzarenco)

  22. tilde

    The Tilde text editor (by gphalkes)

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better micro-editor alternative or higher similarity.

micro-editor discussion

Log in or Post with

micro-editor reviews and mentions

Posts with mentions or reviews of micro-editor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-01.
  • Notepad++ is 21 years old
    7 projects | news.ycombinator.com | 1 Nov 2024
    Micro editor (https://micro-editor.github.io/) works best for me but it's terminal-based.
  • In your opinion, what is the text-editor equivalent of Openbox?
    2 projects | news.ycombinator.com | 9 Sep 2024
    Simple yet customizable? My thoughts go to Sublime Text if you want a GUI editor and closed-source is OK, or Micro if you want a TUI editor that is open source:

    https://micro-editor.github.io/

    Like OpenBox, most casual users can be dropped in and know their way around their interfaces, and both options are kinda lightweight compared to other modern options. There is power available for serious customization if you want (you can write plugins for them in Python and Lua, respectively).

    Personally, both Vim and Emacs do not remind me much of OpenBox. I think i3wm is more a Vim, and I guess XMonad is the most Emacs-like window manager I've tried. (Arguably, EXWM is the only truly Emacs-like window manager...)

  • Show HN: A retro terminal text editor for GNU/Linux coded in C (C-edit)
    11 projects | news.ycombinator.com | 30 Aug 2024
    Love the look, definitely throwing me back to the halcyon QBasic days.

    Another way to achieve an old school raster style green screen aesthetic is to combine cool-retro-term with the minimal editor "micro".

    https://github.com/Swordfish90/cool-retro-term

    https://github.com/zyedidia/micro

  • GNU Nano 8 comes with modern key bindings
    1 project | news.ycombinator.com | 31 May 2024
    This is great! I used to install micro[0] as "nano with better shortcuts", but it was always a bit of an overkill, so I'm really happy with this change.

    One quirk that remains: even with --modernbindings, Ctrl+X and Ctrl+C will add to nano's clipboard, instead of replacing whatever is there.

    [0] https://micro-editor.github.io

  • Ask HN: What software sparks joy when using?
    10 projects | news.ycombinator.com | 17 Apr 2024
  • Modeless Vim
    13 projects | news.ycombinator.com | 15 Jan 2024
  • Essential Command Line Tools for Developers
    29 projects | dev.to | 15 Jan 2024
    To see more screenshots of micro, showcasing some of the default color schemes, see here.
  • Go: What We Got Right, What We Got Wrong
    22 projects | news.ycombinator.com | 4 Jan 2024
    Not sure these are really popular, but I cannot resist advertising a few utilities written in Go that I regularly use in my daily workflow:

    - gdu: a NCDU clone, much faster on SSD mounts [1]

    - duf: a `df` clone with a nicer interface [2]

    - massren: a `vidir` clone (simpler to use but with fewer options) [3]

    - gotop: a `top` clone [4]

    - micro: a nice TUI editor [5]

    Building this kind of tools in Go makes sense, as the executables are statically compiled and are thus easy to install on remote servers.

    [1]: https://github.com/dundee/gdu

    [2]: https://github.com/muesli/duf

    [3]: https://github.com/laurent22/massren

    [4]: https://github.com/xxxserxxx/gotop

    [5]: https://github.com/zyedidia/micro

  • Text Editor: Data Structures
    5 projects | news.ycombinator.com | 26 Dec 2023
    > The worst way to store and manipulate text is to use an array.

    Claim made from theoretical considerations, without any actual reference to real-world editors. The popular Micro[1] text editor uses a simple line array[2], and performs fantastically well on real-world editing tasks.

    Meanwhile, ropes are so complicated that even high-quality implementations have extremely subtle bugs[3] that can lead to state or content corruption.

    Which data structure is "best" is not just a function of its asymptotic performance. Practical considerations are equally important (arguably more so).

    [1] https://github.com/zyedidia/micro

    [2] https://github.com/zyedidia/micro/blob/master/internal/buffe...

    [3] https://github.com/cessen/ropey/pull/67

  • A nano like text editor built with pure C
    5 projects | news.ycombinator.com | 25 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic micro-editor repo stats
231
25,760
9.4
6 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai