How to change the edit prediction modifier key? #25808
JungeWerther
started this conversation in
Config, Settings and Keymaps
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For context, I'm binding
alt-j
andalt-k
tomenu::SelectNext
/menu::SelectPrev
in theshowing_completions
context so I can use vim-like j k to navigate the menu's.After the rollout of edit predictions,
alt
hides the completions view while showing the completion. This completely breaks my flow (see below)Screencast.from.2025-02-28.12-28-32.webm
Where can I disable or change the
alt
key being bound to edit prediction preview? I tried changing it by setting"alt": null
in the keymap file butalt
is not recognized as a keypress because it is a modifier.Beta Was this translation helpful? Give feedback.
All reactions