updated term mapping to set nonu

This commit is contained in:
iris committed 2022-08-02 21:34:05 -04:00
1 parent c8bfa09562
commit 72be4d853c
1 file changed
+1 -1
+1 -1
View File
@@ -45,7 +45,7 @@ vim.diagnostic.config({
-- terminal
u.map('t', '<esc>', '<C-\\><C-n>')
u.nmap('<space>tm', '<cmd>belowright 7sp<cr>:term<cr>A')
u.nmap('<space>tm', '<cmd>belowright 7sp<cr><cmd>term<cr><cmd>set nonu<cr>A')
-- off search highlight when escape is pressed
u.nmap('<esc>', '<cmd>noh<cr><esc>')