2016-06-01 21:35:05 -05:00
|
|
|
#
|
|
|
|
# ~/.nanorc
|
|
|
|
# Author: Adam Gausmann
|
|
|
|
#
|
|
|
|
|
2016-06-01 21:13:27 -05:00
|
|
|
## Use 4-space tabsize
|
|
|
|
set tabsize 4
|
2017-07-13 22:53:39 -05:00
|
|
|
set tabstospaces
|
2016-06-01 21:13:27 -05:00
|
|
|
|
|
|
|
## Don't display the helpful shortcut lists at the bottom of the screen.
|
|
|
|
set nohelp
|
|
|
|
|
|
|
|
## Don't wrap text at all.
|
|
|
|
set nowrap
|
|
|
|
|
|
|
|
## Enable smooth line scrolling
|
|
|
|
set smooth
|
|
|
|
|