regexghost-dotfiles

My dotfiles and scripts
git clone git@git.regexghost.com/regexghost-dotfiles.git
Log | Files | Refs | README

nanorc (676B)


      1 include "~/.config/nano/markdown.nanorc"
      2 
      3 set afterends
      4 set atblanks
      5 set autoindent
      6 
      7 set historylog
      8 # set indicator
      9 set linenumbers
     10 # set minibar
     11 set mouse
     12 set nohelp
     13 set positionlog
     14 set quickblank
     15 set regexp
     16 set smarthome
     17 set softwrap
     18 set speller "aspell -x -c"
     19 set tabsize 4
     20 set trimblanks
     21 
     22 set titlecolor bold,black,lightwhite
     23 set numbercolor lightblack
     24 
     25 bind ^H chopwordleft main
     26 bind ^Q exit all
     27 bind ^W exit all
     28 bind ^S savefile main
     29 bind ^F whereis all
     30 bind ^G findnext all
     31 bind ^D findprevious all
     32 bind ^R replace main
     33 bind ^X cut all
     34 bind ^C copy main
     35 bind ^V paste all
     36 bind ^P location main
     37 bind ^A mark main
     38 bind ^J speller main
     39 bind ^Z undo main
     40 bind ^Y redo main