Skip to content

nano config #10

@leonistor

Description

@leonistor

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions