Skip to content

Commit 68facfb

Browse files
committed
fix: Remove undefined action from mappings
1 parent 0bf1c7c commit 68facfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/assistant/mappings.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ mappings.default_mappings = {
99
['q'] = actions.close_current,
1010
['<ESC>'] = actions.close_current,
1111
['<C-c>'] = actions.close_current,
12-
['<CR>'] = actions.picker_select,
1312
},
1413
},
1514
panel = {

0 commit comments

Comments
 (0)