8000 VsVim 2022 The key combination (Ctrl-R, Ctrl-W) is not a command · Issue #3131 · VsVim/VsVim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VsVim 2022 The key combination (Ctrl-R, Ctrl-W) is not a command #3131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 tasks
krsfrodaslz opened this issue Feb 14, 2025 · 1 comment
Open
2 tasks

Comments

@krsfrodaslz
Copy link

Describe the bug
Same issue as what described in #1099 . When I tried to copy the word under cursor to the command line, it doesn't recognize the key sequence. I already removed the shortcut which by default is used to show whitespaces.

To Reproduce
Steps to reproduce the behavior:

  1. Switch to normal mode.
  2. Move cursor to a word.
  3. Type : to enter the command line.
  4. Type Ctrl-r+Ctrl-w

Expected behavior
The word under cursor should be pasted to the command line.

Environment (please complete the following information):

  • Visual Studio version: 2022 Version 17.12.4
  • VsVim version: 2.10.0.6
  • Programming Language: C#
  • Check(Type 'x') any that are installed:
    • ReSharper
    • Visual Assist
@penczak
Copy link
penczak commented Jun 17, 2025

sounds like VS is picking up your key presses instead of VsVim - make sure you have selected VsVim as having control over the Ctrl+R and Ctrl+W keys.

Access this setting under Tools > Options ... VsVim > Keyboard :

Image

I was able to reproduce your issue and it was fixed by changing these settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0