Add tabmovement option

This option makes micro treat spaces at the beginning of lines as if
they are tabs. This option only does anything if tabstospaces is already
on. E.g. micro will move over 4 spaces at once when at the start of a
line.

Closes #616
This commit is contained in:
Zachary Yedidia
2017-05-05 12:04:18 -04:00
parent 57110c98e4
commit 18f9b6f34e
4 changed files with 47 additions and 2 deletions

View File

@@ -65,6 +65,11 @@ Here are the options that you can set:
default value: `off`
* `tabmovement`: navigate spaces at the beginning of lines as if they are tabs (e.g. move over 4 spaces at once).
This option only does anything if `tabstospaces` is on.
default value: `off`
* `autoindent`: when creating a new line use the same indentation as the
previous line