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

"<C-d>": false, has not efect #1947

Closed
metasong opened this issue Aug 1, 2017 · 3 comments
Closed

"<C-d>": false, has not efect #1947

metasong opened this issue Aug 1, 2017 · 3 comments

Comments

@metasong
Copy link

metasong commented Aug 1, 2017

"<C-d>": false, has not effect 
@zmoazeni
Copy link

I believe I figured out the issue is this line:

"when": "editorTextFocus && vim.active && !inDebugRepl"

which was changed in #1631

It looks like adding && vim.use<C-d> causes other problems that the PR fixed.

So I had to open up the keybindings, searched for vim_ctrl+d and deleted the key binding.

@granteagon
Copy link

Seeing the same issue, which is not allowing the new Ctrl-D functionality to work correctly.

@jpoon
Copy link
Member

jpoon commented Jan 16, 2018

Should be fixed with #2269. See the table in the PR about the expected behaviour.

@jpoon jpoon closed this as completed Jan 16, 2018
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

4 participants