changed theme, added C-6 mapping, need to figure out how to load deno or node depending on project

This commit is contained in:
iris committed 2023-02-24 05:58:24 -05:00
1 parent aa809c71e6
commit 8456e321a9
5 files changed
+38 -29

No files matched your search

+3
View File
@@ -22,6 +22,9 @@ m.nmap("[d", vim.diagnostic.goto_prev)
m.nmap("]d", vim.diagnostic.goto_next)
m.nmap("<leader>q", vim.diagnostic.setloclist)
-- easier <C-6>
m.nmap("<leader>n", "<C-6>")
-- colemak-dh
local l = u.layout
l.swap("n", "h")