Skip to content

Commit

Permalink
Add gr -> *.groovy ffip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Apr 26, 2013
1 parent 704754e commit b08854b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions key-bindings.el
Expand Up @@ -315,6 +315,7 @@
(global-set-key (kbd "C-x C-o xm") (ffip-create-pattern-file-finder "*.xml"))
(global-set-key (kbd "C-x C-o pr") (ffip-create-pattern-file-finder "*.properties"))
(global-set-key (kbd "C-x C-o in") (ffip-create-pattern-file-finder "*.ini"))
(global-set-key (kbd "C-x C-o gr") (ffip-create-pattern-file-finder "*.groovy"))

;; View occurrence in occur mode
(define-key occur-mode-map (kbd "v") 'occur-mode-display-occurrence)
Expand Down

0 comments on commit b08854b

Please sign in to comment.