Fix ctrl-c in vim normal mode (cherry-pick #29167) (#29169)
gcp-cherry-pick-bot[bot]
and
Conrad Irwin
created
Cherry-picked Fix ctrl-c in vim normal mode (#29167)
This was broken when we added helix keybindings because we populate the
menu's shortcut based on the "last" seen binding for an action ignoring
context.
Release Notes:
- Fix `ctrl-c` in vim normal mode
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>