User-Friendly Interface
Micro provides an intuitive interface that is easy to navigate even for beginners, making it accessible for new users.
Cross-Platform Support
Micro is available on multiple operating systems, including Windows, macOS, and Linux, ensuring compatibility across various platforms.
Lightweight
The editor is lightweight and fast, which contributes to a smooth and responsive user experience without consuming significant system resources.
Plugin System
Micro supports plugins, allowing users to extend the editor’s functionality to suit their specific needs.
Built-in Terminal
It includes a built-in terminal that enables users to execute commands without leaving the editor environment.
Syntax Highlighting
Micro provides syntax highlighting for many programming languages, enhancing code readability.
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
/
13 days 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
/
4 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
/
8 months ago
To see more screenshots of micro, showcasing some of the default color schemes, see here.
– Source: dev.to
/
almost 2 years ago
There are two main ways to configure sudo.The first one is using the sudoers file.It is located at /etc/sudoers for Linux,and /usr/local/etc/sudoers for FreeBSD respectively.The paths are different,but the configuration works in the same way.
A typical sudoers file looks like this.
The sudoers file must be edited with the visudo command,which ensures the config is free of errors.Running this command as the…
– Source: dev.to
/
9 months ago
I really like micro, a nano-like editor with a very sane, regular people friendly keybinding.
Source:
10 months ago
I am all for your efforts. I am very keyboard centric. My sweet spot is macOS keyboard shortcuts. Especially those as defined by BBEdit. But I have learned from all the platforms I have worked on. (TRS-DOS, MSDOS, OS/2, macOS, Windows, Linux) I never get into Vim primarily because of HJKL. I have spent many hours trying. But I do use IJKL as arrow keys via hardware keyboard macros, AutoHotKey, Karabiner Elements,…
– Source: Hacker News
/
10 months ago
If you don’t mind using the termux cli you could consider micro.
Source:
over 1 year ago
Micro is lovely. A terminal text editor written with UI conventions that aren’t 40 years out of date, so the same Ctrl+[Key] commands and mouse interactions where available that you use in nearly every other piece of software you interact with do the right thing by default, and allow arbitrary remapping to the scriptable internal command line. Decent sophisticated editor feature set with multiple cursors,…
Source:
over 1 year ago
Switched from vscode to micro (https://micro-editor.github.io) about 1 month ago… Much faster, works in terminal, never looked back.
Source:
over 1 year ago
I would recommend using micro as a starter text editor. It’s easy to use and has mouse support (or install what you’re familiar with).
Source:
over 1 year ago
Was faffing about with Helix for a few weeks until I went back to good old trusty Micro where I’m comfortable. Although, I’m keeping an eye on Helix, soft wrapping has been merged which should be out in repos sometime soon :).
Source:
over 1 year ago
The closest you will get is micro. It support splits and tabs.
You use it like any other GUI editor, it has mouse support and sane default keyboard shortcut.
Written in Go.
Source:
over 1 year ago
Honestly though, I’m just glad I found the nano binary I had for esxi so I didn’t have to go searching for it again. No idea why it or something similar with a more permissive licence like micro isn’t included. Vi is powerful, but usually I just want to quickly open and edit a file in a quick ssh session and I want something that just works easy.
Source:
over 1 year ago
I went through the key-bindings in Micro (which use different modifier keys) and added them to Sublime Text:.
– Source: dev.to
/
over 1 year ago
All of the old editors are horrible. Nano, vi, emacs… Sure they might be conveniently placed, but are a pain to learn. This one is a vast improvement https://micro-editor.github.io/.
– Source: Hacker News
/
over 1 year ago
I used to be a nano user but now whenever I want to use a terminal text editor I will almost always use micro as it has built in support for most languages. https://micro-editor.github.io/.
– Source: Hacker News
/
over 1 year ago
Micro is the one supporting most familiar keyboard shortcuts.
Source:
over 1 year ago
I’m big fan of using micro[1] instead of nano/vim as the default command line text editor. [1] https://micro-editor.github.io/.
– Source: Hacker News
/
almost 2 years ago
Micro is a terminal-based text editor that aims to be easy to use and intuitive while also taking advantage of modern terminals’ full capabilities. From the project page:.
Source:
almost 2 years ago
Give Micro a try: https://micro-editor.github.io/ It’s insert-mode only but well-worth giving a whirl for faster edits.
– Source: Hacker News
/
almost 2 years ago