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

bug to record macro #3898

Closed
Bluekezhou opened this issue Jul 17, 2019 · 3 comments
Closed

bug to record macro #3898

Bluekezhou opened this issue Jul 17, 2019 · 3 comments

Comments

@Bluekezhou
Copy link

Describe the bug
It's difficult to record macro

To Reproduce
If I want to record a macro, I need follow steps:

  1. Enter i to enter insert mode
  2. Enter ESC to quit
  3. Enter q
  4. Enter macro_name

Expected behavior
record macro without any precondition

Environment (please complete the following information):

  • Issue Type: Bug
  • Extension Name: vim
  • Extension Version: 1.8.2
  • OS Version: Linux x64 4.15.0-55-generic
  • VSCode version: 1.36.1
@J-Fields
Copy link
Member

Sorry, I'm confused as to what you're requesting. To record a macro, you have to be in normal mode and type q and then a register key, just as in vim. What's the behavior you expect?

@Nohac
Copy link

Nohac commented Aug 6, 2019

I have the same problem. However, I noticed that it does start recording regardless, it's just that the mode you are in (normal mode, insert mode etc.) does not reappear in the status bar after any command (dd, yy etc.). So pressing qq to start recording after dd or yy does not show that you start a new macro.

Edit: I guess this issue is related: #3838

@J-Fields
Copy link
Member

I do think what's being described is #3838. Closing in favor of that.

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

No branches or pull requests

3 participants