]> git.lizzy.rs Git - micro.git/blobdiff - cmd/micro/settings.go
Make settings capitalization consistent
[micro.git] / cmd / micro / settings.go
index e785d628263c1c9c66c3f8ff079856cd06e25f2e..6a99d2cf14b6b0f7e4f27c45728b038926382ed5 100644 (file)
@@ -213,8 +213,8 @@ func DefaultGlobalSettings() map[string]interface{} {
                "scrollspeed":    float64(2),
                "scrollmargin":   float64(3),
                "softwrap":       false,
-               "splitRight":     true,
-               "splitBottom":    true,
+               "splitright":     true,
+               "splitbottom":    true,
                "statusline":     true,
                "sucmd":          "sudo",
                "syntax":         true,
@@ -252,8 +252,8 @@ func DefaultLocalSettings() map[string]interface{} {
                "scrollspeed":    float64(2),
                "scrollmargin":   float64(3),
                "softwrap":       false,
-               "splitRight":     true,
-               "splitBottom":    true,
+               "splitright":     true,
+               "splitbottom":    true,
                "statusline":     true,
                "syntax":         true,
                "tabmovement":    false,