Skip to content

Instantly share code, notes, and snippets.

@cosmo0920
Created May 28, 2012 16:14
Show Gist options
  • Save cosmo0920/2819914 to your computer and use it in GitHub Desktop.
Save cosmo0920/2819914 to your computer and use it in GitHub Desktop.
Vimmerに嬉しいauto-complete-mode-hook
(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