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

This commit is contained in:
Benno Schulenberg 2019-10-03 16:38:33 +02:00
parent 31ff7ead73
commit cdb9b04980
1 changed files with 8 additions and 0 deletions

View File

@ -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.