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 743299 - vim: support "^w w" to move between splits
vim: support "^w w" to move between splits
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: editor
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-21 14:19 UTC by Ray Strode [halfline]
Modified: 2015-01-21 15:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vim: support "^w w" to move between splits (2.27 KB, patch)
2015-01-21 14:19 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2015-01-21 14:19:49 UTC
Right now pressing "<ctrl>w" twice will cycle between buffers
in a split screen. vim also supports the alternative keybinding
of"<ctrl>w" followed by just "w" (without ctrl) for doing the same.

This commit adds that additional keybinding to more closely match
vim.
Comment 1 Ray Strode [halfline] 2015-01-21 14:19:51 UTC
Created attachment 295103 [details] [review]
vim: support "^w w" to move between splits
Comment 2 Igor Gnatenko 2015-01-21 14:34:49 UTC
Review of attachment 295103 [details] [review]:

LGTM ;)
Comment 3 Ray Strode [halfline] 2015-01-21 15:02:35 UTC
Attachment 295103 [details] pushed as c9413e4 - vim: support "^w w" to move between splits