vim.keymap.set( "n", "mi", "The quick brown fox jumps over the lazy dog. The dog stays blissfully asleep. :)", { desc = "Print a standard 80 character string for Markdown formatting." } ) print "Markdown Keybinds Loaded"