# .nanorc
set autoindent
set mouse
set tabsize 4
set constantshow
set zap
bind ^A "{firstline}{mark}{lastline}" main
bind ^C "{execute}| clip.exe{enter}{undo}" main
bind ^X "{execute}| clip.exe{enter}" main
bind ^V paste main
bind ^Y redo main
bind ^Z undo main
bind ^S savefile main
bind ^G gotoline main
bind ^F whereis main
bind F3 findnext main
bind F15 findprevious main
bind ^R replace main
bind ^Q exit all
bind ^J suspend all