diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -125,6 +125,8 @@ noremap a :call vimrc#A if exists("g:loaded_mucomplete") set shortmess+=c + imap MyCR (MUcompleteCR) + imap MyCR endif " Command Aliases {{{