13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
# ~/.nanorc
|
|
set tabstospaces
|
|
set tabsize 2
|
|
set autoindent
|
|
set linenumbers
|
|
set nonewlines
|
|
|
|
bind ^z undo main
|
|
bind ^y redo main
|
|
bind ^f whereis main
|
|
bind ^r replace main
|
|
|
|
include ~/zshrc/plugins/nanorc/*.nanorc |