From ba594abfad7c4a6de67ac7018f720463944ac6e1 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Thu, 19 Dec 2019 11:43:57 -0500 Subject: [PATCH] Clearer status bar --- 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 bb92b7da..19d2586c 100644 --- a/internal/config/settings.go +++ b/internal/config/settings.go @@ -180,7 +180,7 @@ var defaultCommonSettings = map[string]interface{}{ "softwrap": false, "splitbottom": true, "splitright": true, - "statusformatl": "$(filename) $(modified)($(line),$(col)) $(opt:filetype) $(opt:fileformat) $(opt:encoding)", + "statusformatl": "$(filename) $(modified)($(line),$(col)) | ft:$(opt:filetype) | $(opt:fileformat) | $(opt:encoding)", "statusformatr": "$(bind:ToggleKeyMenu): show bindings, $(bind:ToggleHelp): toggle help", "statusline": true, "syntax": true,