Skip to content

Instantly share code, notes, and snippets.

@kenOfYugen
Created October 7, 2016 10:08
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 kenOfYugen/a17575889e25d9da6f84f7a3ee60988d to your computer and use it in GitHub Desktop.
Save kenOfYugen/a17575889e25d9da6f84f7a3ee60988d to your computer and use it in GitHub Desktop.
Current nano configuration
include /usr/share/nano/*.nanorc
set smooth
set autoindent
set morespace
set nohelp
set tabsize 2
set tabstospaces
set mouse
set fill 80
set smarthome
bind ^x cut main
bind ^c copytext main
bind ^v uncut main
# ~~~~~ paste
bind ^s savefile main
bind ^z undo main
bind ^q exit main
bind ^f whereis main
bind ^Space constupdate main
bind ^g gotoline main
bind ^] indent main
bind ^[ unindent main
bind M-Right nextword main
# ~~~~~~~ Fixes ctrl + right nextword issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment