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 756581 - vim: Fix <ctrl>w binding in insert mode
vim: Fix <ctrl>w binding in insert mode
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: keybindings
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-14 17:29 UTC by Damien Lespiau
Modified: 2015-10-14 17:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vim: Fix <ctrl>w binding in insert mode (1.21 KB, patch)
2015-10-14 17:29 UTC, Damien Lespiau
committed Details | Review

Description Damien Lespiau 2015-10-14 17:29:51 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>
Comment 1 Damien Lespiau 2015-10-14 17:29:56 UTC
Created attachment 313316 [details] [review]
vim: Fix <ctrl>w binding in insert mode
Comment 2 Christian Hergert 2015-10-14 17:32:12 UTC
Attachment 313316 [details] pushed as d7693b0 - vim: Fix <ctrl>w binding in insert mode