19 lines
247 B
Plaintext
19 lines
247 B
Plaintext
# .nanorc -- Samuel FORESTIER
|
|
|
|
|
|
set autoindent
|
|
set casesensitive
|
|
set historylog
|
|
set linenumbers
|
|
set locking
|
|
set mouse
|
|
set nowrap
|
|
set positionlog
|
|
set smarthome
|
|
set tabsize 4
|
|
set trimblanks
|
|
|
|
include "/usr/share/nano/*.nanorc"
|
|
|
|
bind ^S savefile main
|