tangled
alpha
login
or
join now
robinwobin.dev
/
artio.nvim
3
fork
atom
minimal extui fuzzy finder for neovim
3
fork
atom
overview
issues
pulls
pipelines
doc: add mappings notice
robinwobin.dev
6 days ago
6e27dc60
52b970b2
+11
1 changed file
expand all
collapse all
unified
split
README.md
+11
README.md
···
48
48
height = 12,
49
49
hidestatusline = false, -- works best with laststatus=3
50
50
},
51
51
+
-- NOTE: if you override the mappings, make sure to provide keys for all actions
52
52
+
mappings = {
53
53
+
["<down>"] = "down",
54
54
+
["<up>"] = "up",
55
55
+
["<cr>"] = "accept",
56
56
+
["<esc>"] = "cancel",
57
57
+
["<tab>"] = "mark",
58
58
+
["<c-l>"] = "togglepreview",
59
59
+
["<c-q>"] = "setqflist",
60
60
+
["<m-q>"] = "setqflistmark",
61
61
+
},
51
62
})
52
63
53
64
-- override built-in ui select with artio