minimal extui fuzzy finder for neovim

doc: add mappings notice

+11
+11
README.md
··· 48 48 height = 12, 49 49 hidestatusline = false, -- works best with laststatus=3 50 50 }, 51 + -- NOTE: if you override the mappings, make sure to provide keys for all actions 52 + mappings = { 53 + ["<down>"] = "down", 54 + ["<up>"] = "up", 55 + ["<cr>"] = "accept", 56 + ["<esc>"] = "cancel", 57 + ["<tab>"] = "mark", 58 + ["<c-l>"] = "togglepreview", 59 + ["<c-q>"] = "setqflist", 60 + ["<m-q>"] = "setqflistmark", 61 + }, 51 62 }) 52 63 53 64 -- override built-in ui select with artio