19 lines
322 B
Text
19 lines
322 B
Text
#
|
|
# ~/.nanorc
|
|
# Author: Adam Gausmann
|
|
#
|
|
|
|
## Use 4-space tabsize
|
|
set tabsize 4
|
|
|
|
## 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
|
|
|
|
# Include files for syntax highlighting
|
|
include "/usr/share/nano/*.nanorc"
|