onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.35k stars 300 forks source link

Autocomplete pageup/pagedown keys don't work as expected #2702

Open ffilipus opened 5 years ago

ffilipus commented 5 years ago

Oni Version: 0.3.9 Neovim Version (Linux only): 0.3.1 Operating System: Linux Arch/Windows 10

Issue: The autocomplete menu doesn't scroll, when PageUp/Down is pressed.

Expected behavior: Some possibilities for autocomplete are skipped after PageUp/PageDown is pressed (i.e. given in config, how many items are skipped).

Actual behavior: The actual cursor is moved up/down and autocomplete popup is still visible.

Steps to reproduce: Open a source file, where autocomplete can be applied and press pageUp/Down, when autocomplete popup appears.

oni-bot[bot] commented 5 years ago

Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.