dotfiles/.nanorc
2017-07-13 22:53:39 -05:00

18 lines
264 B
Text

#
# ~/.nanorc
# Author: Adam Gausmann
#
## Use 4-space tabsize
set tabsize 4
set tabstospaces
## 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