Skip to content

Instantly share code, notes, and snippets.

@liddack
Created January 11, 2021 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liddack/47b0e6c3b4e5e060e6828f9b3b641e30 to your computer and use it in GitHub Desktop.
Save liddack/47b0e6c3b4e5e060e6828f9b3b641e30 to your computer and use it in GitHub Desktop.
My .nanorc settings
set autoindent
set backup
set indicator
set linenumbers
set mouse
set tabsize 2
set tabstospaces
include "/usr/share/nano/*.nanorc"
bind ^H chopwordleft main
bind ^C copy main
bind ^V paste all
unbind ^Z all
bind ^Z undo main
set multibuffer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment