Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Commands by Topic
      Getting Help
      Moving Around
      Changing Text
      . . .
      Miscellaneous
   Command Reference
      . . .
      indent-previous
      indent-region
      indent-rigidly
      indent-to-tab-stop
      indent-under
      . . .
   Variable Reference
      abort-file-io
      abort-file-matching
      abort-key
      . . .
      yank-rectangle-to-corner
   . . .

Previous   Up    Next
indent-region  Command Reference   indent-to-tab-stop


Epsilon User's Manual and Reference > Command Reference >

indent-rigidly

Move all lines in the region left or right by a fixed amount.  Ctrl-x Ctrl-i

This command finds the indentation of each line in the region, and augments it by the value of the numeric argument. With a negative numeric argument, -n, the command removes n columns from each line's indentation.

With no numeric argument it uses the variable soft-tab-size if it's nonzero. Otherwise it uses tab-size.

You can also invoke this command by highlighting the region and pressing <Tab> or Shift-<Tab> to add or subtract indentation.

More info:

Indenting Commands



Previous   Up    Next
indent-region  Command Reference   indent-to-tab-stop


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.