Re: motion.txt suggested mappings for [[, ][, ]] and []

2011-08-22 Thread Guido Van Hoecke
Tim, Thanks for your clear explanation. In 'motion.txt', I read: The ] and [ commands stop at the '{' or '}' in the first column. This is useful to find the start or end of a function in a C program. And that is exactly what I would like to do. Follows a little dummy c# class to clarify my

motion.txt suggested mappings for [[, ][, ]] and []

2011-08-21 Thread Guido Van Hoecke
Csharp class methods do not have the { in column one, so I would like to modify the [[, ][, ]] and [] mappings as suggested in motion.txt, lines 495-500: If your '{' or '}' are not in the first column, and you would like to use [[ and ]] anyway, try these mappings: :map [[ ?{CRw99[{ :map ][

Re: motion.txt suggested mappings for [[, ][, ]] and []

2011-08-21 Thread Tim Chase
On 08/21/2011 03:48 PM, Guido Van Hoecke wrote: Csharp class methods do not have the { in column one, so I would like to modify the [[, ][, ]] and [] mappings as suggested in motion.txt, lines 495-500: If your '{' or '}' are not in the first column, and you would like to use [[ and ]] anyway,