[TxMt] Re: select text to line number, number of lines or search term?

Allan Odgaard mailinglist at textmate.org
Sun Jan 10 07:52:56 UTC 2010


On 10 Jan 2010, at 06:52, jims311 wrote:

> Is it possible to select text from the current position, forward a  
> number of
> lines [...]

What you can do is use regular expressin searches like: .*$(.*$){5} to  
select to the end of current line and the next five lines. Similar can  
be used to select up to foo: (?m).*?foo




More information about the textmate mailing list