Markus Weiler wrote: > Hi, > > In VI: > > In 'vi', moving the cursor over any bracket, brace, etc, and then > pressing '%' moves the cursor to the 'matching' bracket/brace character. > > That can be very useful when programming, to find missing/extra brackets > and braces. It even seems to find matching pairs of #ifdef / #endif > pragmas in C/C++ programs. > > in /etc/vimrc > > set showmatch > > > although not really an asterisk-java issue :-) > > Markus >
Well vi is beyond my linux karma. But, you prompted me to see if nano has the same ability. And it does: Alt-] . Who knew?? Very useful. Thanks for the idea. sean _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
