Skip to content

Commit

Permalink
* helm-config.el: Move bindings to helm.el.
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Mar 27, 2012
1 parent fbb90a6 commit fb0cc85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions helm-config.el
Expand Up @@ -195,13 +195,6 @@
(interactive)
(customize-group "helm"))


;;; Helm map add ons
;;
;;
(define-key helm-map (kbd "C-x C-f") 'helm-quit-and-find-file)
(define-key helm-map (kbd "M-m") 'helm-toggle-all-marks)
(define-key helm-map (kbd "C-w") 'helm-yank-text-at-point)


;;; Type Attributes
Expand Down
3 changes: 3 additions & 0 deletions helm.el
Expand Up @@ -71,6 +71,9 @@
(define-key map (kbd "M-[") 'helm-prev-visible-mark)
(define-key map (kbd "M-]") 'helm-next-visible-mark)
(define-key map (kbd "C-k") 'helm-delete-minibuffer-contents)
(define-key map (kbd "C-x C-f") 'helm-quit-and-find-file)
(define-key map (kbd "M-m") 'helm-toggle-all-marks)
(define-key map (kbd "C-w") 'helm-yank-text-at-point)

(define-key map (kbd "C-r") 'undefined)
(define-key map (kbd "C-t") 'helm-toggle-resplit-window)
Expand Down

0 comments on commit fb0cc85

Please sign in to comment.