Don't bind C-d in ido-completion-map to ido-delete-file-at-head

This leaves the standard binding to ido-enter-dired on the C-d key.
This commit is contained in:
Marco Baringer 2015-03-24 09:18:31 +01:00 committed by syl20bnr
parent 3bdb08773d
commit f91b2e0501

View file

@ -1703,7 +1703,6 @@ Put (global-hungry-delete-mode) in dotspacemacs/config to enable by default."
;; be sure to wipe any previous micro-state flag
(setq spacemacs--ido-navigation-ms-enabled nil)
;; overwrite the key bindings for ido vertical mode only
(define-key ido-completion-map (kbd "C-d") 'ido-delete-file-at-head)
(define-key ido-completion-map (kbd "C-<return>") 'ido-select-text)
;; use M-RET in terminal
(define-key ido-completion-map "\M-\r" 'ido-select-text)