post-update

This commit is contained in:
hakase
2025-04-05 10:09:03 -05:00
parent 6bcb31995a
commit 2a58ee17e7
4 changed files with 37 additions and 9 deletions
+3
View File
@@ -3,6 +3,7 @@ require "nvchad.mappings"
-- add yours here
local map = vim.keymap.set
local keymap = vim.api.nvim_set_keymap
map("n", ";", ":", { desc = "CMD enter command mode" })
map("i", "jk", "<ESC>")
@@ -10,6 +11,8 @@ map("i", "jk", "<ESC>")
map("n", "<leader>md", ":MarkdownPreviewToggle <cr>")
map("n", "<leader>tl", ":TodoLocList <cr>")
map("n", "<leader>td", ":TodoQuickFix <cr>")
map("n", "<leader>cr", ":!python3 % <cr>")
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")