We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently I use this in my keybindings.json
{ "key": "ctrl+u", "command": "cursorMove", "args": { "to": "up", "by": "line", "value": 20 }, "when": "editorTextFocus && dance.mode == 'normal'" }, { "key": "ctrl+d", "command": "cursorMove", "args": { "to": "down", "by": "line", "value": 20 }, "when": "editorTextFocus && dance.mode == 'normal'" },
Maybe it should be default ?
The text was updated successfully, but these errors were encountered:
Good catch. I'll add this when I have the time, except using dynamic values rather than hardcoding 20.
20
Sorry, something went wrong.
VSCodeVim's implementation may be useful to reference
3b70309
71
No branches or pull requests
Currently I use this in my keybindings.json
Maybe it should be default ?
The text was updated successfully, but these errors were encountered: