Created
May 28, 2012 16:14
-
-
Save cosmo0920/2819914 to your computer and use it in GitHub Desktop.
Vimmerに嬉しいauto-complete-mode-hook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(add-hook 'auto-complete-mode-hook | |
(lambda () | |
(define-key ac-completing-map (kbd "C-n") 'ac-next) | |
(define-key ac-completing-map (kbd "C-p") 'ac-previous))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment