branch: master commit dcc747bac43dcfb4a45ea197d2acbea921f581c7 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
ivy.el (ivy-occur-mode-map): Bind "q" to quit-window --- ivy.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ivy.el b/ivy.el index b75cdbe..a486f2b 100644 --- a/ivy.el +++ b/ivy.el @@ -2147,6 +2147,7 @@ buffer would modify `ivy-last'.") (define-key map (kbd "g") 'ivy-occur-press) (define-key map (kbd "a") 'ivy-occur-read-action) (define-key map (kbd "o") 'ivy-occur-dispatch) + (define-key map (kbd "q") 'quit-window) map) "Keymap for Ivy Occur mode.")