modified: readme.md

This commit is contained in:
Serguei Chmod777 2015-12-02 10:26:59 +01:00
parent b9f20942e9
commit 99685bae1e
1 changed files with 10 additions and 4 deletions

View File

@ -38,9 +38,12 @@ lib. As far as it manages regex... and block selection !
The following lines are just a selection concerning Preferences from my
~/.nedit/nedit.rc :
nedit.smartIndentInitCommon: Default
! automatic wraping every 80 rows
nedit.autoWrap: Newline
nedit.wrapMargin: 0
nedit.showWrapMargin: Never
nedit.wrapMargin: 80
nedit.showWrapMargin: Always
nedit.autoIndent: Auto
nedit.autoSave: True
nedit.openInTab: True
@ -71,8 +74,9 @@ nedit.warnFileMods: True
nedit.warnRealFileMods: True
nedit.warnExit: True
nedit.searchMethod: Literal
! comfortable frame
nedit.textRows: 24
nedit.textCols: 80
nedit.textCols: 82
nedit.tabDistance: 4
nedit.emulateTabs: 0
nedit.insertTabs: True
@ -86,12 +90,14 @@ nedit.selectFgColor: black
nedit.selectBgColor: rgb:cc/cc/cc
nedit.hiliteFgColor: red
nedit.hiliteBgColor: red
! nice line number
nedit.lineNoFgColor: darkcyan
nedit.cursorFgColor: black
nedit.wrapMarginForeground: black
nedit.smartTags: True
nedit.prefFileRead: True
nedit.titleFormat: {%c} [%s] %f (%S) - %d
! to identify it easily in FvwmWinList
nedit.titleFormat: Nedit - {%c} [%s] %f (%S) - %d
--