rewrote date inserter to insert at the cursor

This commit is contained in:
2025-12-29 10:36:57 -06:00
parent 17962caff1
commit 4eca421fa7
4 changed files with 2923 additions and 57 deletions

View File

@@ -1,3 +1,4 @@
vim.opt.wrap = true
vim.keymap.set({"n" , "v"} , "<leader>k" , "?=\\+ <CR>" , { desc = "MOVE UP HEADING" })
vim.keymap.set({"n" , "v"} , "<leader>j" , "/=\\+ <CR>" , { desc = "MOVE DOWN HEADING" })
vim.keymap.set({"n" , "v"} , "k" , "gk" , { desc = "MOVE UP VISUALLY" })