VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.73k stars 1.31k forks source link

Cannot bind command to Ctrl+Shift+<AnyKey> #9122

Closed hahanein closed 2 months ago

hahanein commented 2 months ago

Describe the bug I want to unshadow the Quick Text Search command (ctrl+shift+p):

{
    "vim.normalModeKeyBindingsNonRecursive": [
        {
            "before": ["<C-S-p>"],
            "commands": ["workbench.action.quickTextSearch"]
        }
    ],
    // other settings...
}

Vim does nothing.

To Reproduce Steps to reproduce the behavior:

  1. Apply the setting described above
  2. Press ctrl+shift+p
  3. See nothing happens

Expected behavior The Quick Text Search command is executed.

Environment (please complete the following information):