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 The following lines are just a selection concerning Preferences from my
~/.nedit/nedit.rc : ~/.nedit/nedit.rc :
nedit.smartIndentInitCommon: Default
! automatic wraping every 80 rows
nedit.autoWrap: Newline nedit.autoWrap: Newline
nedit.wrapMargin: 0 nedit.wrapMargin: 80
nedit.showWrapMargin: Never nedit.showWrapMargin: Always
nedit.autoIndent: Auto nedit.autoIndent: Auto
nedit.autoSave: True nedit.autoSave: True
nedit.openInTab: True nedit.openInTab: True
@ -71,8 +74,9 @@ nedit.warnFileMods: True
nedit.warnRealFileMods: True nedit.warnRealFileMods: True
nedit.warnExit: True nedit.warnExit: True
nedit.searchMethod: Literal nedit.searchMethod: Literal
! comfortable frame
nedit.textRows: 24 nedit.textRows: 24
nedit.textCols: 80 nedit.textCols: 82
nedit.tabDistance: 4 nedit.tabDistance: 4
nedit.emulateTabs: 0 nedit.emulateTabs: 0
nedit.insertTabs: True nedit.insertTabs: True
@ -86,12 +90,14 @@ nedit.selectFgColor: black
nedit.selectBgColor: rgb:cc/cc/cc nedit.selectBgColor: rgb:cc/cc/cc
nedit.hiliteFgColor: red nedit.hiliteFgColor: red
nedit.hiliteBgColor: red nedit.hiliteBgColor: red
! nice line number
nedit.lineNoFgColor: darkcyan nedit.lineNoFgColor: darkcyan
nedit.cursorFgColor: black nedit.cursorFgColor: black
nedit.wrapMarginForeground: black nedit.wrapMarginForeground: black
nedit.smartTags: True nedit.smartTags: True
nedit.prefFileRead: 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
-- --