summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/pickers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua
index 9668ce0..2f15cb6 100644
--- a/lua/telescope/pickers.lua
+++ b/lua/telescope/pickers.lua
@@ -35,6 +35,7 @@ local default_mappings = {
n = {
["<esc>"] = actions.close,
+ ["<CR>"] = actions.goto_file_selection,
-- TODO: This would be weird if we switch the ordering.
["j"] = actions.move_selection_next,