Update remap.lua

This commit is contained in:
vx_clutch
2025-06-02 08:15:49 -04:00
committed by GitHub
parent 6339fcc5c1
commit 7661d0d70a

View File

@@ -33,3 +33,6 @@ map("n", "<C-h>", "<C-w><C-h>")
map("n", "<C-l>", "<C-w><C-l>") map("n", "<C-l>", "<C-w><C-l>")
map("n", "<C-j>", "<C-w><C-j>") map("n", "<C-j>", "<C-w><C-j>")
map("n", "<C-k>", "<C-w><C-k>") map("n", "<C-k>", "<C-w><C-k>")
-- Typst
map("n", "<leader>p", "tinymist preview " .. vim.fn.expand("%:t"))