feat: Add <CR> for normal mode
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user