# Use smooth scrolling as the default.
set smooth
# Use auto-indentation
set autoindent
# Don't convert files from DOS/Mac format
set noconvert
# Don't display the help lists at the bottom of the screen
set nohelp
# Don't wrap text at all
set nowrap
# Backup files to filename~
set backup
# Use this tab size instead of the default; it must be greater than 0
set tabsize 2
# improved syntax
include "/usr/local/share/nanorc/*.nanorc"
mac:
brew install nano nanorc.config/nano/nanorc:Use cheatsheet