mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Add "smartpaste" option; fixes #1156
This commit is contained in:
@@ -231,6 +231,7 @@ func DefaultGlobalSettings() map[string]interface{} {
|
||||
"scrollmargin": float64(3),
|
||||
"scrollspeed": float64(2),
|
||||
"softwrap": false,
|
||||
"smartpaste": true,
|
||||
"splitbottom": true,
|
||||
"splitright": true,
|
||||
"statusline": true,
|
||||
@@ -271,6 +272,7 @@ func DefaultLocalSettings() map[string]interface{} {
|
||||
"scrollmargin": float64(3),
|
||||
"scrollspeed": float64(2),
|
||||
"softwrap": false,
|
||||
"smartpaste": true,
|
||||
"splitbottom": true,
|
||||
"splitright": true,
|
||||
"statusline": true,
|
||||
|
||||
Reference in New Issue
Block a user