emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy-hydra 98a29b6 148/395: Fix C-<backspace> not workin


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 98a29b6 148/395: Fix C-<backspace> not working in counsel-file-jump
Date: Thu, 25 Feb 2021 08:31:51 -0500 (EST)

branch: externals/ivy-hydra
commit 98a29b610a96e7d4c87d08637e8bc3fd9d206d11
Author: Troy Hinckley <t.macman@gmail.com>
Commit: Troy Hinckley <t.macman@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]