From 9e178f128d8ecbddaf2e3335d4ea441a943efca8 Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Tue, 11 Feb 2025 00:14:16 -0700 Subject: [PATCH] Revert "Make `ctrl-l` the default vim binding for AcceptEditPrediction (#24599) (#24614) Didn't realize that the base keymap binds this to `editor::SelectLine`. This reverts commit c5fe5f11396e0eeac765880eb6a17afbfbd53f78. Release Notes: - N/A --- assets/keymaps/vim.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/assets/keymaps/vim.json b/assets/keymaps/vim.json index 5f2fb2b247a9838e4a2f417b10b3406f1922a649..7e202c2448b91468ed500061bba0e51328c20d96 100644 --- a/assets/keymaps/vim.json +++ b/assets/keymaps/vim.json @@ -698,15 +698,7 @@ { "context": "edit_prediction && !edit_prediction_requires_modifier", "bindings": { - // "tab" is bound in the vim bindings above so that default editor behavior isn't used, so - // need to rebind it even though this is in the base keymap. "tab": "editor::AcceptEditPrediction" } - }, - { - "context": "edit_prediction", - "bindings": { - "ctrl-l": "editor::AcceptEditPrediction" - } } ]