Skip to content

Commit d924f99

Browse files
committed
Update supermaven binding
1 parent 99ec5e9 commit d924f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,8 +1028,8 @@ require('lazy').setup({
10281028
'supermaven-inc/supermaven-nvim',
10291029
opts = {
10301030
keymaps = {
1031-
accept_suggestion = '<A-Tab>',
1032-
accept_word = '<C-Enter>',
1031+
accept_suggestion = '<S-Tab>',
1032+
accept_word = '<S-Enter>',
10331033
},
10341034
},
10351035
},

0 commit comments

Comments
 (0)