branch: externals/ivy-explorer
commit 7a622c41a7c966ce4923b454be60b2d337beba22
Author: Clemens Radermacher <clem...@posteo.net>
Commit: Clemens Radermacher <clem...@posteo.net>

    Add dispatch binding for explorer window
---
 ivy-explorer.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ivy-explorer.el b/ivy-explorer.el
index ab2d45b..2ae1d43 100644
--- a/ivy-explorer.el
+++ b/ivy-explorer.el
@@ -166,6 +166,7 @@ Even for the same string.")
       (define-key map "b" (ivy-explorer--lv-command ivy-explorer-backward))
       (define-key map (kbd "RET") (ivy-explorer--lv-command ivy-alt-done))
       (define-key map (kbd "DEL") (ivy-explorer--lv-command 
ivy-backward-delete-char))
+      (define-key map (kbd "M-o") (ivy-explorer--lv-command 
ivy-explorer-dispatching-done))
       (define-key map "," (ivy-explorer--lv-command ivy-explorer-avy))
       (define-key map (kbd "C-x o") 'ivy-explorer-select-mini)
       (define-key map (kbd "'") 'ivy-explorer-select-mini))))

Reply via email to