Skip to content

Instantly share code, notes, and snippets.

@rgrwkmn
Last active May 28, 2024 18:58
Show Gist options
  • Select an option

  • Save rgrwkmn/0857bf915d996eb0b7a2123f1b3d6fe0 to your computer and use it in GitHub Desktop.

Select an option

Save rgrwkmn/0857bf915d996eb0b7a2123f1b3d6fe0 to your computer and use it in GitHub Desktop.
set autoindent
set indicator
set linenumbers
set tabsize 4
set tabstospaces
set trimblanks
include "/usr/share/nano/*.nanorc"
extendsyntax python tabgives " "
bind ^C copy main
bind ^V paste all
bind ^Z undo main
bind ^Y redo main
set titlecolor bold,white,blue
set promptcolor lightwhite,grey
set statuscolor bold,white,green
set errorcolor bold,white,red
set spotlightcolor black,lightyellow
set selectedcolor lightwhite,magenta
set stripecolor ,yellow
set scrollercolor cyan
set numbercolor cyan
set keycolor cyan
set functioncolor green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment