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 773392 - vim: 'c' doesn't support directional movement
vim: 'c' doesn't support directional movement
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: keybindings
3.22.x
Other Linux
: Normal minor
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-23 18:21 UTC by krakensden
Modified: 2016-10-23 20:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add support for 'hjkl' movement (1.34 KB, patch)
2016-10-23 18:27 UTC, krakensden
none Details | Review
vim: add new movements and count to c mode (5.68 KB, patch)
2016-10-23 20:11 UTC, sébastien lafargue
committed Details | Review

Description krakensden 2016-10-23 18:21:31 UTC
'c' should 'cl', 'cj', 'ch', etc.
Comment 1 krakensden 2016-10-23 18:27:18 UTC
Created attachment 338298 [details] [review]
Add support for 'hjkl' movement

This patch adds support for 'hjkl', but not 'c9l', which I think would require a new "builder-vim-source-view-normal-c-i-count" binding set.
Comment 2 sébastien lafargue 2016-10-23 19:13:12 UTC
hi
have you test it ? none of the added shortcuts work as intended.

ok. i'm going to do the patch, adding the cursor keys and the count

thanks anyway
Comment 3 sébastien lafargue 2016-10-23 20:11:54 UTC
Created attachment 338305 [details] [review]
vim: add new movements and count to c mode
Comment 4 sébastien lafargue 2016-10-23 20:14:36 UTC
Attachment 338305 [details] pushed as 670330b - vim: add new movements and count to c mode