I was trying to prevent the arrow keys from being used to navigate the auto-completion menu. When I press the down arrow it should close the auto-complete menu and move down a line. The problem is that using the 'hide_auto_complete' command prevents subsequent commands from moving the cursor down by a line.
Intuitively I think this should work. It doesn't for me currently
I was trying to prevent the arrow keys from being used to navigate the auto-completion menu. When I press the down arrow it should close the auto-complete menu and move down a line. The problem is that using the 'hide_auto_complete' command prevents subsequent commands from moving the cursor down by a line.
Intuitively I think this should work. It doesn't for me currently
However the following does work