Skip to content

Instantly share code, notes, and snippets.

@Azure-Agst
Created August 14, 2021 03:57
Show Gist options
  • Save Azure-Agst/0cdcc9dc957b6515a5fa93b33bf129e2 to your computer and use it in GitHub Desktop.
Save Azure-Agst/0cdcc9dc957b6515a5fa93b33bf129e2 to your computer and use it in GitHub Desktop.
My go to nanorc :) (Thanks @ariadneconill)
# set spacing options
set tabstospaces
set tabsize 4
set smarthome
set autoindent
# set line wrap
set fill 120
set atblanks
# set visual changes
set titlecolor white,black
set numbercolor brightcyan
set linenumbers
unset morespace
# set other plugins
set historylog # something something search history
set locking # lock files or sumn, idk.
set mouse # mouse integration :)
set nohelp # hide common keys at bottom
set suspend # allows nano to be suspended
#set minibar # nano >15.5, move bar to bottom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment