local map = vim.keymap.set map("n", ",p", [[s/\(\s*\)\(.\+\)/\1printf("\2: %d\\n", \2);]], { desc = "Surround var with printf" })