local opts = { noremap = true, silent = true } local keymap = vim.api.nvim_set_keymap keymap("n", "]h", 'lua print("Testing")', opts)