GNOME Bugzilla – Bug 790333
In project search (ctrl + .) ctrl + n and ctrl + p should work like in completion window
Last modified: 2017-11-14 22:35:49 UTC
When I enter search with ctrl + . the only way to go to the next element or previous element is with the arrows but in vim mode it should probably use the ctrl + n and ctrl + p keybindings.
Created attachment 363644 [details] [review] vim: support ctrl+n/ctrl+p in global search This adds keybindings to the VIM keybinding engine that matches what we do in other places for movements.
Thanks for reporting, it had been on my todo list but never high enough to make a priority. Attachment 363644 [details] pushed as cf28916 - vim: support ctrl+n/ctrl+p in global search