changed theme, added C-6 mapping, need to figure out how to load deno or node depending on project
This commit is contained in:
1 parent
aa809c71e6
commit
8456e321a9
5 files changed
+38
-29
No files matched your search
@@ -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")
|
||||
|
||||
Reference in new issue
Block a user