1.4.0
Release v1.4.0
- Terminal emulator within micro
- Use the
termcommand to open a shell - Use
term ...to start the emulator with a custom process - Only supported on MacOS, Linux, OpenBSD, FreeBSD, Dragonfly
- Lua system for interfacing with the emulator as well
- Use the
- Brace highlighting
- Use the
matchbraceoption (off by default)
- Use the
- New
JumpToMatchingBraceaction - New
rawcommand- Using this command will show all escape sequences micro is using
- Useful for debugging
- New
showkeycommand- See what action a key is bound to
- ReplaceMode (bound to insert key by default)
- Bind keys to actions
- Use
command:...as an action to bind a command - Use
command-edit:...as an action to bind a command prompt
- Use
- Optimization for saving large files
- New
basenameoption for the path shown in the status bar - New
railscastcolorscheme - New
SelectLineaction - Support
line:colsyntax inJumpLine - Prompt to create parent folders if they don't exist when saving
- Syntax highlighting improvements
- Javascript
- Git-commit
- Julia
- Lua
- Makefile
- Bug fixes