This commit is contained in:
2024-02-23 11:49:48 +01:00
parent d9fad43545
commit 0c251971a1
8 changed files with 401 additions and 0 deletions

15
nano/.nanorc Normal file
View File

@ -0,0 +1,15 @@
set linenumbers
set autoindent
set constantshow
set tabsize 4
set zap
set positionlog
set softwrap
# sane shortcuts
bind ^c copy main
bind ^v paste main
bind ^z undo main
bind ^y redo main
bind ^F whereis all
bind ^S savefile main