Add sucmd to customize "sudo" command

Fixes #833
This commit is contained in:
Zachary Yedidia
2017-10-01 21:55:43 -04:00
parent 46ced988eb
commit f4e94d6d34
5 changed files with 18 additions and 5 deletions

View File

@@ -215,6 +215,7 @@ func DefaultGlobalSettings() map[string]interface{} {
"splitRight": true,
"splitBottom": true,
"statusline": true,
"sucmd": "sudo",
"syntax": true,
"tabmovement": false,
"tabsize": float64(4),