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

Remapping > to editor.fold #2774

Closed
Astrantia opened this issue Jun 26, 2018 · 0 comments
Closed

Remapping > to editor.fold #2774

Astrantia opened this issue Jun 26, 2018 · 0 comments
Labels

Comments

@Astrantia
Copy link

Astrantia commented Jun 26, 2018

BUG REPORT

What happened:

"vim.normalModeKeyBindings": [
        {
            "before": [">"],
            "commands": [{"command": "editor.unfold"}]
        },
        {
            "before": ["<"],
            "commands": [{"command": "editor.fold"}]
        }
]

These commands don't work.
What did you expect to happen:
Expected <, > to fold and unfold.
How to reproduce it (as minimally and precisely as possible):
Copy these remaps into settings and go into foldable code, try to fold it with these keys.

Environment: Windows 10

  • Extension (VsCodeVim) version: Latest
  • VSCode version: 1.25 Insiders
  • OS version: Win10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants