After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 790333 - In project search (ctrl + .) ctrl + n and ctrl + p should work like in completion window
In project search (ctrl + .) ctrl + n and ctrl + p should work like in comple...
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: keybindings
Flatpak Nightly Channel
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-11-14 15:37 UTC by Yotam Nachum
Modified: 2017-11-14 22:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vim: support ctrl+n/ctrl+p in global search (2.22 KB, patch)
2017-11-14 22:35 UTC, Christian Hergert
committed Details | Review

Description Yotam Nachum 2017-11-14 15:37:20 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.
Comment 1 Christian Hergert 2017-11-14 22:35:11 UTC
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.
Comment 2 Christian Hergert 2017-11-14 22:35:46 UTC
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