Neovim might be a bit more popular than Micro. We know about 108 links to it since March 2021 and only 80 links to Micro. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Check out micro: https://micro-editor.github.io/ It's a terminal editor with mouse support and sane key bindings. - Source: Hacker News / 4 months ago
Micro editor (https://micro-editor.github.io/) works best for me but it's terminal-based. - Source: Hacker News / 7 months ago
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... - Source: Hacker News / 9 months ago
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. - Source: Hacker News / 12 months ago
Is Micro[0] not a better, more purpose-fit solution to these issues? (Syntax highlighting quality, etc) Prev discussed: https://news.ycombinator.com/item?id=37171294. - Source: Hacker News / over 1 year ago
PDE (Personalized Development Environment): Neovim. - Source: dev.to / about 1 month ago
I've used VSCode for years. It's great, no doubt. But when you have to juggle up to 5 projects daily, you'll find that it's going to block you away. Mine feels heavy, especially with multiple windows and extensions. This is why I decided to find an alternative, until I started using NeoVim instead. - Source: dev.to / about 1 month ago
As the developer of the Automad flat-file content management system, I wanted to make working with Automad themes in Neovim as smooth as possible. Automad has its own templating syntax, so I created tree-sitter-automad to provide proper syntax highlighting. Since it’s not yet an official parser, you need to manually register it in Neovim. To speed up template writing, you can also add custom snippets using... - Source: dev.to / 2 months ago
Welcome to my optimized Laravel development setup featuring Nvim with LazyVim integration. This configuration is tailored to enhance productivity and streamline the development workflow for Laravel projects. - Source: dev.to / 2 months ago
You want to customize your Neovim config but you don't know Lua. - Source: dev.to / 3 months ago
Vis - A vi-like editor based on Plan 9's structural regular expressions.
VS Code - Build and debug modern web and cloud applications, by Microsoft
Vim - Highly configurable text editor built to enable efficient text editing
JOE - JOE is a full featured terminal-based screen editor which is distributed under the GNU General...
Sublime Text - Sublime Text is a sophisticated text editor for code, html and prose - any kind of text file. You'll love the slick user interface and extraordinary features. Fully customizable with macros, and syntax highlighting for most major languages.
fzf - A command-line fuzzy finder written in Go