Skip to content

Instantly share code, notes, and snippets.

@dunderrrrrr
Created February 21, 2020 13:37
Show Gist options
  • Save dunderrrrrr/1f67406887fb1e33eddf507807042372 to your computer and use it in GitHub Desktop.
Save dunderrrrrr/1f67406887fb1e33eddf507807042372 to your computer and use it in GitHub Desktop.
Micro is a terminal-based text editor that aims to be easy to use and intuitive.

Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now.

Installing

Install micro.

snap install micro --classic

Edit ~/.bashrc or ~/.zshrc, whatever you are using.
Add the following if you would like to fire up micro with nano.

alias nano='/snap/bin/micro'
alias sudo='sudo '

Change theme? Hit CTRL+E and use colorscheme.

> set colorscheme zenburn

Save file CTRL+S.

empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment