I am very happy with auto-complete but one thing bugs me:
I'm setup to show the inline suggestion immediately but the menu with 0.9 s delay. I type the first few letters e.g. "del" which get immediately auto-completed inline to "delete". If I wanted to type "delete" I hit TAB
and this is alright. But what if I wanted to actually type "del" and a newline - here hitting RET
again auto-completes to "delete".
How can I force RET
to be newline if only inline suggestion is shown? Once the auto-complete menu is displayed I want it to be the trigger key again as usual.
Thank you!
del Ctrl-d
. I'm not at a computer I can check this with. – Tyler