From a9de9e3cb43880aa00a205d3d1503799e1501b45 Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Mon, 10 Feb 2025 19:41:09 -0700 Subject: [PATCH] Remove alt-tab / alt-enter binds in vim keymap, as they are in base (#24598) Was unnecessary to include these in #24596 as they will be available from the base keymap. Release Notes: - N/A Co-authored-by: Conrad --- assets/keymaps/vim.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/assets/keymaps/vim.json b/assets/keymaps/vim.json index 326555c3b9..7e202c2448 100644 --- a/assets/keymaps/vim.json +++ b/assets/keymaps/vim.json @@ -695,18 +695,6 @@ "shift-u": "git::UnstageAll" } }, - { - "context": "os == macos && edit_prediction", - "bindings": { - "alt-tab": "editor::AcceptEditPrediction" - } - }, - { - "context": "os != macos && edit_prediction", - "bindings": { - "alt-enter": "editor::AcceptEditPrediction" - } - }, { "context": "edit_prediction && !edit_prediction_requires_modifier", "bindings": {