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
"<C-d>": false, has not effect
The text was updated successfully, but these errors were encountered:
I believe I figured out the issue is this line:
Vim/package.json
Line 91 in bee6ac6
which was changed in #1631
It looks like adding && vim.use<C-d> causes other problems that the PR fixed.
&& vim.use<C-d>
So I had to open up the keybindings, searched for vim_ctrl+d and deleted the key binding.
vim_ctrl+d
Sorry, something went wrong.
Seeing the same issue, which is not allowing the new Ctrl-D functionality to work correctly.
Should be fixed with #2269. See the table in the PR about the expected behaviour.
No branches or pull requests
The text was updated successfully, but these errors were encountered: