actually fixed reloading

This commit is contained in:
iris committed 2022-08-03 14:53:35 -04:00
1 parent ea0cdc2c9e
commit b2b8e5f539
7 files changed
+56 -32

No files matched your search

+4 -3
View File
@@ -40,11 +40,12 @@ vim.diagnostic.config({
})
-- terminal
u.map('t', '<esc>', '<C-\\><C-n>')
u.nmap('<space>tm', '<cmd>belowright 7sp<cr><cmd>term<cr><cmd>set nonu<cr>A')
local m = u.mapping
m.map('t', '<esc>', '<C-\\><C-n>')
m.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>')
m.nmap('<esc>', '<cmd>noh<cr><esc>')
-- colemak
local l = u.layout