GNOME Bugzilla – Bug 756500
vim: Add BOL and EOL bindings in C mode
Last modified: 2015-10-13 17:54:19 UTC
Using the commands "c0", "c^" and "c$" one can change the up to the beginning or ends of lines.
Created attachment 313187 [details] [review] vim: Add BOL and EOL bindings in C mode
Review of attachment 313187 [details] [review]: oh cool ::: data/keybindings/vim.css @@ +534,3 @@ + "delete-selection" () + "end-macro" () }; + bind "<shift>asciicircum" { "begin-macro" () is the <shift> needed here? I don't think it's necessary @@ +547,3 @@ + "end-macro" () }; + + extra space
(In reply to Ray Strode [halfline] from comment #2) > Review of attachment 313187 [details] [review] [review]: > > oh cool > > ::: data/keybindings/vim.css > @@ +534,3 @@ > + "delete-selection" () > + "end-macro" () }; > + bind "<shift>asciicircum" { "begin-macro" () > > is the <shift> needed here? I don't think it's necessary > > @@ +547,3 @@ > + "end-macro" () }; > + > + > > extra space Not sure. I copied it from another location in the file.
Review of attachment 313187 [details] [review]: LGTM. Dropped shift in both places as part of the push.
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version. I also anticipate this landing in 3.18.1.