Skip to content

Commit 1770d73

Browse files
authored
Merge pull request #2877 from Kilo-Org/mark/disable-next-prev-commands
remove up and down actions for completion
2 parents 807b333 + fc4f1a2 commit 1770d73

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -459,16 +459,6 @@
459459
"key": "escape",
460460
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.hasSuggestions"
461461
},
462-
{
463-
"command": "kilo-code.ghost.goToNextSuggestion",
464-
"key": "down",
465-
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.hasSuggestions"
466-
},
467-
{
468-
"command": "kilo-code.ghost.goToPreviousSuggestion",
469-
"key": "up",
470-
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.hasSuggestions"
471-
},
472462
{
473463
"command": "kilo-code.ghost.promptCodeSuggestion",
474464
"key": "ctrl+i",

0 commit comments

Comments
 (0)