#2762·oni

How to cycle through completions with tab?

Author: pianocomposer321Created Feb 8, 2020Updated Feb 8, 2020

How do I cycle through completions with the tab key? I have tried writing a function that calls both "contextMenu.next" and "contextMenu.select", but when I bind tab to the function, it doesn't work. It neither inserts a tab nor cycles through the completions.