mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-23 23:40:20 +09:00
When savehistory is enabled, micro will save your command history across sessions. This includes command-mode, shell-mode, open, jump-to-line... Anything that uses up-arrow for history in the infobar. This option is on by default. Closes #874