From 72be4d853c2e39f05a15e7f38d01f058dd1dd538 Mon Sep 17 00:00:00 2001 From: Shadow Cat Date: Tue, 2 Aug 2022 21:34:05 -0400 Subject: [PATCH] updated term mapping to set nonu --- lua/config/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/settings.lua b/lua/config/settings.lua index 89c232f..05b9d17 100644 --- a/lua/config/settings.lua +++ b/lua/config/settings.lua @@ -45,7 +45,7 @@ vim.diagnostic.config({ -- terminal u.map('t', '', '') -u.nmap('tm', 'belowright 7sp:termA') +u.nmap('tm', 'belowright 7sptermset nonuA') -- off search highlight when escape is pressed u.nmap('', 'noh')