1

I want to change the behavior of <Space> when the popup menu is open using this map

inoremap <expr> <Space> pumvisible() ? "\<Down>\<Enter>" : "\<Space>"

However, with this map my abbreviations no longer get triggered when terminated by a <Space>.

Is there anyway to get around this?

Mewer
  • 11
  • 2

0 Answers0