Skip to content
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

Can't use expression register (=) on vsvim. #2970

Open
2 tasks
mandip1213 opened this issue May 7, 2022 · 0 comments
Open
2 tasks

Can't use expression register (=) on vsvim. #2970

mandip1213 opened this issue May 7, 2022 · 0 comments

Comments

@mandip1213
Copy link

Describe the bug
In vim in insert mode, on entering <C-r>= it goes into command mode and we can ask it for calculating certain expression.
For eg: <C-r>=123+456 will insert 579.
But on VsVim, it goes into insert(visual) mode.

It doesn't work even in normal mode with "=123+456. Is there anybody with a workaround? Thanks in advance.

To Reproduce
In insert mode: press <C-r>=
In normal mode: press "=12+34

Expected behavior
It should emulate the behaviour of expression register .)in vim.

Screenshots

Environment (please complete the following information):

  • Visual Studio version: VS 2022 17.1.2
  • VsVim version: 2.10.0.5
  • Programming Language: cpp
  • Check(Type 'x') any that are installed:
    • ReSharper
    • Visual Assist

Additional context
<C-r> is configured to handle with vsvim.

Note:
The following is written about contributing.
https://github.com/VsVim/VsVim/blob/master/CONTRIBUTING.md

General Keyboard configuration problems are described below.
#2527

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

1 participant