GNOME Bugzilla – Bug 773392
vim: 'c' doesn't support directional movement
Last modified: 2016-10-23 20:14:40 UTC
'c' should 'cl', 'cj', 'ch', etc.
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.
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
Created attachment 338305 [details] [review] vim: add new movements and count to c mode
Attachment 338305 [details] pushed as 670330b - vim: add new movements and count to c mode