Skip to content

Commit 257f6ee

Browse files
committed
update blink-cmp mapping in cmdline
Change how `<CR>` behaves in cmdline
1 parent ce4726f commit 257f6ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/config/blink-cmp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ require("blink.cmp").setup {
102102
},
103103
},
104104
keymap = {
105-
["<CR>"] = { "accept_and_enter", "fallback" },
105+
["<CR>"] = { "select_and_accept", "fallback" },
106106
},
107107
},
108108
}

0 commit comments

Comments
 (0)