From ab7aba315818712e3289b615617a44bb59c760a5 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 8 May 2023 21:00:50 +0200 Subject: Changed nt (normal terminal) to just TERMINAL --- lua/plugins/heirline.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/plugins') diff --git a/lua/plugins/heirline.lua b/lua/plugins/heirline.lua index 93b3e32..4a09478 100644 --- a/lua/plugins/heirline.lua +++ b/lua/plugins/heirline.lua @@ -58,7 +58,7 @@ local ViMode = { niI = "Ni", niR = "Nr", niV = "Nv", - nt = "Nt", + nt = "TERMINAL", v = "VISUAL ", vs = "Vs", V = "V·LINE ", @@ -76,14 +76,14 @@ local ViMode = { Rv = "V·REPLACE ", Rvc = "Rv", Rvx = "Rv", - c = "COMMAND ", + c = "COMMAND", cv = "VIM EX ", ce = "EX ", r = "PROMPT ", rm = "MORE ", ["r?"] = "CONFIRM ", ["!"] = "SHELL ", - t = "TERMINAL ", + t = "TERMINAL", }, }, provider = function(self) -- cgit v1.2.3