From a95dab078ec10ed0fc0001066233debcdc33a0a8 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Thu, 26 Dec 2019 12:25:42 -0500 Subject: [PATCH] Minor edit to statusline format Ref #1432 --- internal/config/settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/settings.go b/internal/config/settings.go index f8b42675..448c63ed 100644 --- a/internal/config/settings.go +++ b/internal/config/settings.go @@ -182,7 +182,7 @@ var defaultCommonSettings = map[string]interface{}{ "splitbottom": true, "splitright": true, "statusformatl": "$(filename) $(modified)($(line),$(col)) | ft:$(opt:filetype) | $(opt:fileformat) | $(opt:encoding)", - "statusformatr": "$(bind:ToggleKeyMenu): show bindings, $(bind:ToggleHelp): toggle help", + "statusformatr": "$(bind:ToggleKeyMenu): bindings, $(bind:ToggleHelp): help", "statusline": true, "syntax": true, "tabmovement": false,