-- Close the current buffer vim.api.nvim_set_keymap( "n", "q", ":lua close_current_buffer()", { silent = true, noremap = true } )