branch: externals/ivy-hydra
commit 98a29b610a96e7d4c87d08637e8bc3fd9d206d11
Author: Troy Hinckley <[email protected]>
Commit: Troy Hinckley <[email protected]>

    Fix C-<backspace> not working in counsel-file-jump
    
    counsel-find-file-map rebinds C-<backspace> to counsel-up-directory, which 
is
    not a valid command in this context. This means that it is not cannot be 
used as
    backward-kill-word. There are no useful bindings that counsel-find-file-map 
adds
    to counsel-file-jump.
---
 counsel.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 697b68e..c77c5a9 100644
--- a/counsel.el
+++ b/counsel.el
@@ -2773,7 +2773,6 @@ INITIAL-DIRECTORY, if non-nil, is used as the root 
directory for search."
               :preselect (counsel--preselect-file)
               :require-match 'confirm-after-completion
               :history 'file-name-history
-              :keymap counsel-find-file-map
               :caller 'counsel-file-jump)))
 
 (ivy-set-actions

Reply via email to