Files
dotfiles/.nanorc
2024-03-18 00:36:04 +01:00

15 lines
245 B
Plaintext

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