1.3.4
Micro version 1.3.4.
See the readme for installation instructions.
This release fixes some bugs and makes a number of small improvements.
- New
scrollbaroption (off by default)- Does not have mouse support
- New
savehistoryoption (on by default)- Micro will remember your command bar history between
sessions (after closing and re-opening the editor)
- Micro will remember your command bar history between
- Nano-like menu for showing the keybindings
- Use
Alt-gto enable - Displayed in the statusline
- Use
- Paragraph movement
- Use
Alt-{andAlt-}
- Use
- Support for binding raw escape sequences
- Some key events are not sent by terminals by default
but they can be configured to send custom escape sequences.
This feature lets you configure micro to receive custom
escape sequences and bind them to an action.
- Some key events are not sent by terminals by default
retabcommand will convert tabs to spaces or vice versa depending on
yourtabstospacessettingreplacecommand now accepts the-lflag for 'literal'- It will treat the search term literally instead of as a regex
- Command bar improvements
- Environment variables are supported in the command bar
- Shell commands will also be expanded in the command bar using backticks
- Better keybindings
- CtrlA, CtrlLeft: start of line
- CtrlE, CtrlRight: end of line
- CtrlF, AltRight: next word
- CtrlB, AltLeft: previous word
- CtrlW, AltBackspace: delete previous word
- CtrlV: Paste
- Arrow keys as usual
- Some settings have been renamed for consistency
splitRight->splitrightsplitBottom->splitbottom
sucmdoption for customizing "save with sudo" (some systems use a different command fromsudo).- Colorschemes and syntax improvements
- New
twilightcolorscheme - Matlab/Octave syntax support
- Lua, Javascript, Scala, Fish etc... syntax improvements
- New
- Minor change to the behavior of search
- Should match the behavior from Vim/Emacs better