GNOME Bugzilla – Bug 742043
Accelerator for Search is confusing
Last modified: 2014-12-28 11:04:36 UTC
Currently, the accelerator for search is Ctrl+Shift+F. This is confusing: it should be Ctrl+F instead, at least when not in vim mode. (I think you mentioned that Ctrl+F is currently reserved for use in vim mode.)
Created attachment 293392 [details] [review] keybindings: support different keybindings between default and vim mode This reloads keybindings when vim-mode setting changes. This allows us to have custom keybinding themes for each.
The patch adds support for having two sets of keybindings. Default, and when vim mode is enabled. when org.gnome.builder.editor.vim-mode boolean setting changes, we switch the loaded keybindings.
Attachment 293392 [details] pushed as e7b4c79 - keybindings: support different keybindings between default and vim mode