Skip to content

Commit 55edccc

Browse files
nvim(telescope): change keymap
1 parent 08c7d28 commit 55edccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nvim/lua/minizilla/telescope.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ telescope.setup {
105105
mappings = {
106106
complete = '<C-Tab>',
107107
run_selection = '<CR>',
108-
run_input = '<C-CR>',
108+
run_input = '<S-CR>',
109109
},
110110
},
111111
},

0 commit comments

Comments
 (0)