feat: Add <CR> for normal mode

This commit is contained in:
TJ DeVries
2020-09-01 17:50:15 -04:00
parent be37081292
commit e03a542b9e

View File

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