mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +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:
@@ -211,6 +211,7 @@ func DefaultGlobalSettings() map[string]interface{} {
|
||||
"rmtrailingws": false,
|
||||
"ruler": true,
|
||||
"savecursor": false,
|
||||
"savehistory": true,
|
||||
"saveundo": false,
|
||||
"scrollmargin": float64(3),
|
||||
"scrollspeed": float64(2),
|
||||
|
||||
Reference in New Issue
Block a user