-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
mac: brew install nano nanorc
.config/nano/nanorc:
# 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"
Use cheatsheet
Metadata
Metadata
Assignees
Labels
No labels