mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-30 01:38:32 +00:00
feat: Add <CR> for normal mode
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user