Add "smartpaste" option; fixes #1156

This commit is contained in:
supbish
2018-08-17 22:37:19 -04:00
parent 44e417c2f4
commit 905e984f29
3 changed files with 14 additions and 4 deletions

View File

@@ -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,