Skip to content

Commit bd9cf56

Browse files
committed
feat(neovim): add key bindings to 'codeium'. [no ci]
1 parent a8cd26c commit bd9cf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/neovim/lua/plugins/specs/codeium.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ return {
1414

1515
local keymaps = {
1616
accept = "<c-cr>",
17-
accept_word = false,
18-
accept_line = false,
17+
accept_word = "<c-ù>",
18+
accept_line = "<c-$>",
1919
clear = "<c-bs>",
2020
next = "<c-=>",
2121
prev = "<c-:>",

0 commit comments

Comments
 (0)