We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 807b333 + fc4f1a2 commit 1770d73Copy full SHA for 1770d73
src/package.json
@@ -459,16 +459,6 @@
459
"key": "escape",
460
"when": "editorTextFocus && !editorTabMovesFocus && !inSnippetMode && kilocode.ghost.hasSuggestions"
461
},
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
471
472
{
473
"command": "kilo-code.ghost.promptCodeSuggestion",
474
"key": "ctrl+i",
0 commit comments