Omnicompletion works pressing <C-X><C-O>
making a dropdown list appear.
I wanted to map it as <S-Tab> <C-X><C-O>
but first I wanted to test it as: <C-F5> <C-X><C-O>.
It does complete the word but the dropdown list doesn't show up. (the same happens with the plugin SuperTab).
Any suggestions?
EDIT: *it Works* like this inoremap <S-F5> <C-X><C-O>
but it doesn't work like this inoremap <Tab> <C-X><C-O> or <TAB> <C-X><C-O>
CODE:
" autocomplete using tab
imap <C-F5> <C-X><C-O>