> I realize that this isn't directly related to Clojure proper, but I'm > learning Vim while using VimClojure, and I think this is probably the > best place to ask—is there a command to comment all the lines through > a motion with semicolons?
Here's one way: 0Ctrl-VjjjjjjI; <Esc> Replace jjjjjj with the motion of your choice. Now wait for the better ways to arrive ;) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
