mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-19 15:27:20 +09:00
Add savehistory option
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
This commit is contained in:
@@ -136,6 +136,11 @@ Here are the options that you can set:
|
||||
|
||||
default value: `off`
|
||||
|
||||
* `savehistory`: remember command history between closing and re-opening
|
||||
micro.
|
||||
|
||||
default value: `on`
|
||||
|
||||
* `saveundo`: when this option is on, undo is saved even after you close a file
|
||||
so if you close and reopen a file, you can keep undoing.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user