1
1

docs: add two examples of the 'tabgives' command to the sample nanorc

Этот коммит содержится в:
Benno Schulenberg 2019-10-03 16:38:33 +02:00
родитель 31ff7ead73
Коммит cdb9b04980

Просмотреть файл

@ -261,6 +261,14 @@
# include "@PKGDATADIR@/*.nanorc"
## If <Tab> should always produce four spaces when editing a Python file,
## independent of the settings of 'tabsize' and 'tabstospaces':
# extendsyntax python tabgives " "
#
## If <Tab> should always produce an actual TAB when editing a Makefile:
# extendsyntax makefile tabgives " "
## Key bindings.
## See nanorc(5) (section REBINDING KEYS) for more details on this.