updated term mapping to set nonu
This commit is contained in:
1 parent
c8bfa09562
commit
72be4d853c
1 file changed
+1
-1
@@ -45,7 +45,7 @@ vim.diagnostic.config({
|
|||||||
|
|
||||||
-- terminal
|
-- terminal
|
||||||
u.map('t', '<esc>', '<C-\\><C-n>')
|
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
|
-- off search highlight when escape is pressed
|
||||||
u.nmap('<esc>', '<cmd>noh<cr><esc>')
|
u.nmap('<esc>', '<cmd>noh<cr><esc>')
|
||||||
|
|||||||
Reference in new issue
Block a user