GNOME Bugzilla – Bug 756581
vim: Fix <ctrl>w binding in insert mode
Last modified: 2015-10-14 17:32:15 UTC
The signal signature may have changed and I had runtime errors: binding "builder-vim-source-view-insert::<Primary>w": signature mismatch for signal "movement" in the 'IdeSourceViewMode' class ancestry Did double check that the vim behaviour of ctrl-w is exclusive as well. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Created attachment 313316 [details] [review] vim: Fix <ctrl>w binding in insert mode
Attachment 313316 [details] pushed as d7693b0 - vim: Fix <ctrl>w binding in insert mode