From 7a701bec8e78c9d30bea54a94475f46e90ce654f Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Mon, 11 Jan 2021 00:18:43 +0100 Subject: [PATCH] Change terminal color --- lua/hardline/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/hardline/common.lua b/lua/hardline/common.lua index ddf6bd5..eb39ffd 100644 --- a/lua/hardline/common.lua +++ b/lua/hardline/common.lua @@ -14,7 +14,7 @@ M.modes = { ['s'] = {text = 'SELECT', state = 'visual'}, ['S'] = {text = 'S-LINE', state = 'visual'}, [''] = {text = 'S-BLOCK', state = 'visual'}, - ['t'] = {text = 'TERMINAL', state = 'normal'}, + ['t'] = {text = 'TERMINAL', state = 'insert'}, } function M.echo(hlgroup, msg)