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

Binding anything to C-W will break the summary #79

Closed
cd-a opened this issue Nov 22, 2021 · 2 comments
Closed

Binding anything to C-W will break the summary #79

cd-a opened this issue Nov 22, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@cd-a
Copy link

cd-a commented Nov 22, 2021

Describe the bug
When anything is bound to Control-w, the summary wont open without first showing an error

To Reproduce
Steps to reproduce the behavior:

add this to your vimrc. It can be any command, really.

nnoremap <C-W> :noh<CR>

Expected behavior
Summary opens without errors

Screenshots

Screenshot 2021-11-22 at 15 57 01

It seems that is used internally by the plugin?

rcarriga added a commit that referenced this issue Nov 22, 2021
@rcarriga
Copy link
Owner

Should be fixed in latest commit, please let me know!

@rcarriga rcarriga added the bug Something isn't working label Nov 22, 2021
@cd-a
Copy link
Author

cd-a commented Nov 22, 2021

Works like a charm, thanks a lot for the quick fix!

@cd-a cd-a closed this as completed Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants