Add "paste" option to enable aggressive pasting

Ref #1043
This commit is contained in:
Zachary Yedidia
2020-01-02 12:42:39 -05:00
parent 021f8da6f1
commit dc4da37908
7 changed files with 73 additions and 4 deletions

View File

@@ -218,9 +218,9 @@ var defaultGlobalSettings = map[string]interface{}{
"infobar": true,
"keymenu": false,
"mouse": true,
"paste": false,
"savehistory": true,
"sucmd": "sudo",
"termtitle": false,
}
// DefaultGlobalSettings returns the default global settings for micro