mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Create nanorc
This commit is contained in:
parent
486833100d
commit
d876d3b7c3
1 changed files with 42 additions and 0 deletions
42
nanorc
Normal file
42
nanorc
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
set atblanks
|
||||||
|
set autoindent
|
||||||
|
set backup
|
||||||
|
set backupdir ""
|
||||||
|
set boldtext
|
||||||
|
set casesensitive
|
||||||
|
set constantshow
|
||||||
|
set cutfromcursor
|
||||||
|
set historylog
|
||||||
|
set linenumbers
|
||||||
|
set locking
|
||||||
|
set morespace
|
||||||
|
set mouse
|
||||||
|
set multibuffer
|
||||||
|
set noconvert
|
||||||
|
set nohelp
|
||||||
|
set nopauses
|
||||||
|
set nonewlines
|
||||||
|
set nowrap
|
||||||
|
set operatingdir ""
|
||||||
|
set positionlog
|
||||||
|
set preserve
|
||||||
|
set punct "!.?"
|
||||||
|
set quickblank
|
||||||
|
set quotestr "^([ ]*[#:>\|}])+"
|
||||||
|
set quotestr "> "
|
||||||
|
set regexp
|
||||||
|
set showcursor
|
||||||
|
set smarthome
|
||||||
|
set smooth
|
||||||
|
set softwrap
|
||||||
|
set speller "aspell -x -c"
|
||||||
|
set suspend
|
||||||
|
set tabsize 4
|
||||||
|
set tabstospaces
|
||||||
|
set tempfile
|
||||||
|
set trimblanks
|
||||||
|
set view
|
||||||
|
set whitespace "»·"
|
||||||
|
set whitespace ">."
|
||||||
|
set wordbounds
|
||||||
|
include "/usr/share/nano/*.nanorc"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue