Micro text editor now available

The micro text editor is now available as a software module under the default gcc/8.3.0 software tree as well as the gcc/9.2.0 tree:

$ module load micro
$ micro --version
whichVersion: 2.0.8
Commit hash: cfcb2e45
Compiled on October 06, 2020

Screen Shot 2021-05-12 at 3.08.44 PM

Micro is a relatively simple terminal-based text editor with intuitive keybindings, mouse support, and screen splits among other features. It is a good alternative to nano. See the official documentation for how to use and customize micro: https://micro-editor.github.io/

1 Like