Fix helm handling of C-backspace

master
Jacopo De Simoi 8 years ago
parent 4939ca2829
commit aa37c3089c
  1. 1
      global.org

@ -353,6 +353,7 @@
(global-set-key (kbd "M-y") 'helm-show-kill-ring)
(define-key helm-map (kbd "C-h") nil)
(define-key helm-find-files-map (kbd "C-h") nil)
(define-key helm-find-files-map (kbd "C-<backspace>") nil)
#+END_SRC
** multiple-cursors
#+BEGIN_SRC emacs-lisp

Loading…
Cancel
Save