summaryrefslogtreecommitdiff
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-02-13 11:23:43 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-02-13 11:24:22 +0100
commitc189ce5a33d93dd74529a6ad091f55b5ef60ac19 (patch)
treefad3dc46e3bb6a477de4518b852c3cf990d99b5b /lisp/ido.el
parent6ed1994d277541035a507481aede6892bb55018c (diff)
downloademacs-c189ce5a33d93dd74529a6ad091f55b5ef60ac19.tar.gz
Remove the 'C-k' binding in ido-mode
* lisp/ido.el (ido-file-completion-map): Remove the `C-k' binding, because it's too dangerous and probably not very useful (bug#44556).
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 58cec3deb0e..e068028d919 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -978,7 +978,6 @@ The fallback command is passed as an argument to the functions."
(defvar-keymap ido-file-completion-map
:doc "Keymap for Ido file commands."
:parent ido-file-dir-completion-map
- "C-k" #'ido-delete-file-at-head
"C-o" #'ido-copy-current-word
"C-w" #'ido-copy-current-file-name
"M-l" #'ido-toggle-literal)