Why whitespace denotation of blocks doesn't work.

David Bolen db3l at fitlinxx.com
Tue Jun 20 14:30:53 EDT 2000


Mike Steed <MSteed at altiris.com> writes:

> In Vim it is easy to select a block of code and shift it in or out one
> 'shiftwidth'.  I don't know emacs, but I would be surprised if it did not
> provide a similar facility.

In Python mode, you can use C-c > and C-c < to shift a region right or
left (respectively) by your current indent.

--
-- David
-- 
/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: db3l at fitlinxx.com  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/



More information about the Python-list mailing list