feat: make prime happy part 1

This commit is contained in:
TJ DeVries
2020-09-12 09:18:28 -04:00
parent c73eb1c0d8
commit f2d757bad3

View File

@@ -32,6 +32,8 @@ local default_mappings = {
["<C-n>"] = actions.move_selection_next, ["<C-n>"] = actions.move_selection_next,
["<C-p>"] = actions.move_selection_previous, ["<C-p>"] = actions.move_selection_previous,
["<C-c>"] = actions.close,
["<Down>"] = actions.move_selection_next, ["<Down>"] = actions.move_selection_next,
["<Up>"] = actions.move_selection_previous, ["<Up>"] = actions.move_selection_previous,