This commit is contained in:
TJ DeVries
2020-08-31 22:43:09 -04:00
parent 018ac0a118
commit 120f1cc8c2

View File

@@ -35,6 +35,10 @@ local default_mappings = {
n = { n = {
["<esc>"] = actions.close, ["<esc>"] = actions.close,
-- TODO: This would be weird if we switch the ordering.
["j"] = actions.move_selection_next,
["k"] = actions.move_selection_previous,
}, },
} }