.vimrc

changeset 710
b3b2c42cc042
parent 702
f817544836c7
child 711
ffdc56854d48
equal deleted inserted replaced
709:1ee07b0bb607 710:b3b2c42cc042
122 noremap <leader>tm :Tabularize methods<CR> 122 noremap <leader>tm :Tabularize methods<CR>
123 123
124 noremap <silent> <leader>a :call vimrc#AutoFmtToggle()<CR> 124 noremap <silent> <leader>a :call vimrc#AutoFmtToggle()<CR>
125 125
126 if exists("g:loaded_mucomplete") 126 if exists("g:loaded_mucomplete")
127 inoremap <expr> <c-e> mucomplete#popup_exit("\<c-e>")
128 inoremap <expr> <c-y> mucomplete#popup_exit("\<c-y>")
129 inoremap <expr> <cr> mucomplete#popup_exit("\<cr>")
130 set shortmess+=c 127 set shortmess+=c
131 endif 128 endif
132 129
133 " Command Aliases {{{ 130 " Command Aliases {{{
134 command! -nargs=+ CAlias call vimrc#CommandAlias(<f-args>) 131 command! -nargs=+ CAlias call vimrc#CommandAlias(<f-args>)

mercurial