aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-05-08 21:00:50 +0200
committersrdusr <trevorgray@srdusr.com>2023-05-08 21:00:50 +0200
commitab7aba315818712e3289b615617a44bb59c760a5 (patch)
tree8aaf492ece92137a44ef46f563c4b345d53fed81 /lua/plugins
parent4cda03e7274e56234af81e7f0202ba1f2c7e421f (diff)
downloaddotfiles-ab7aba315818712e3289b615617a44bb59c760a5.tar.gz
dotfiles-ab7aba315818712e3289b615617a44bb59c760a5.zip
Changed nt (normal terminal) to just TERMINAL
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/heirline.lua6
1 files changed, 3 insertions, 3 deletions
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)