This commit is contained in:
2025-10-09 21:07:56 -04:00
parent 5e11160c83
commit 67d95eb170
2 changed files with 2 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ for _, k in ipairs({ "h", "j", "k", "l" }) do
vim.keymap.set({ "n", "i", "v" }, "<C-" .. k .. ">", "<C-w><C-" .. k .. ">")
end
vim.keymap.set("n", "<Esc>", ":nohlsearch<CR>")
vim.keymap.set("n", "<leader>en", ":edit $MYVIMRC<CR>")
vim.keymap.set("n", "<leader>ez", ":edit ~/.zshrc<CR>")

View File

@@ -29,8 +29,6 @@ config.font_size = 20.0
config.front_end = "WebGpu"
config.window_decorations = "RESIZE"
config.colors = {
background = '181818'
}
config.color_scheme = 'Gruber (base16)'
return config