Skip to content

Instantly share code, notes, and snippets.

@Spyder-0
Created October 23, 2022 09:29
Show Gist options
  • Save Spyder-0/aebaa9ba3d4ac789def712d992fc10c6 to your computer and use it in GitHub Desktop.
Save Spyder-0/aebaa9ba3d4ac789def712d992fc10c6 to your computer and use it in GitHub Desktop.
My GNU nano Config Dotfile
## Configuration File for GNU nano Text Editor.
## System-Wide Config File Located at: /etc/nanorc
## This File Should be Located at ~/.config/nano/nanorc or ~/.nanorc
## Show Line Numbers on the Side.
set linenumbers
## Enable Word Wrapping.
set softwrap
## Enable Auto Indentations.
set autoindent
## Set the Indentation Space to 4.
set tabsize 4
## Remove Line Numbers Background Colour. Syntax: foreground_color,bg_color
set numbercolor white
## Remove Background Colour for Other Aspects of the Editor.
# set keycolor white
# set statuscolor white
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment