local remap = vim.api.nvim_set_keymap vim.g.which_key_use_floating_win = 1 remap('n', '', ':WhichKey \'\'', { noremap = true, silent = true }) remap('n', '', ':WhichKey \',\'', { noremap = true, silent = true })