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
When view-read-only is non-nil, buffers created by ivy-occur are in view-mode which interferes with the key bindings.
view-read-only
ivy-occur
I have added this to my init, but seems like it could be built-in:
(add-hook 'ivy-occur-mode-hook (lambda () (setq-local view-read-only nil)))
The text was updated successfully, but these errors were encountered:
0fc1507
Thanks.
Sorry, something went wrong.
No branches or pull requests
When
view-read-only
is non-nil, buffers created byivy-occur
are in view-mode which interferes with the key bindings.I have added this to my init, but seems like it could be built-in:
The text was updated successfully, but these errors were encountered: