mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-13 21:09:22 +03:00
Adding "poslog", plus tiny textual tweaks.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4657 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
e51cfa32f6
commit
05126fd1bf
@ -3,6 +3,7 @@
|
|||||||
* src/global.c, doc/man/nanorc.5 - Allow softwrap to be rebound.
|
* src/global.c, doc/man/nanorc.5 - Allow softwrap to be rebound.
|
||||||
* doc/nanorc.sample.in - Sort the includes alphabetically, and
|
* doc/nanorc.sample.in - Sort the includes alphabetically, and
|
||||||
add the ones for Lua, Magicpoint, and Spec files.
|
add the ones for Lua, Magicpoint, and Spec files.
|
||||||
|
* doc/nanorc.sample.in - Add "poslog", plus tiny textual tweaks.
|
||||||
|
|
||||||
2014-03-18 Benno Schulenberg <bensberg@justemail.net>
|
2014-03-18 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/global.c (shortcut_init) - In the file browser one cannot
|
* src/global.c (shortcut_init) - In the file browser one cannot
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
## DOS or Mac format, and that characters specially interpreted by the
|
## DOS or Mac format, and that characters specially interpreted by the
|
||||||
## shell should not be escaped here.
|
## shell should not be escaped here.
|
||||||
##
|
##
|
||||||
## To make sure a value is disabled, use "unset <option>".
|
## To make sure an option is disabled, use "unset <option>".
|
||||||
##
|
##
|
||||||
## For the options that take parameters, the default value is given.
|
## For the options that take parameters, the default value is given.
|
||||||
## Other options are unset by default.
|
## Other options are unset by default.
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
## Silently ignore problems with unknown directives in the nanorc file.
|
## Silently ignore problems with unknown directives in the nanorc file.
|
||||||
## Useful when your nanorc file might be read on systems with multiple
|
## Useful when your nanorc file might be read on systems with multiple
|
||||||
## versions of nano installed (e.g. your home directory is on NFS)
|
## versions of nano installed (e.g. your home directory is on NFS).
|
||||||
# set quiet
|
# set quiet
|
||||||
|
|
||||||
## Use auto-indentation.
|
## Use auto-indentation.
|
||||||
@ -39,23 +39,21 @@
|
|||||||
## paragraphs. They cannot contain blank characters. Only closing
|
## paragraphs. They cannot contain blank characters. Only closing
|
||||||
## punctuation, optionally followed by closing brackets, can end
|
## punctuation, optionally followed by closing brackets, can end
|
||||||
## sentences.
|
## sentences.
|
||||||
##
|
|
||||||
# set brackets ""')>]}"
|
# set brackets ""')>]}"
|
||||||
|
|
||||||
## Do case sensitive searches by default.
|
## Do case-sensitive searches by default.
|
||||||
# set casesensitive
|
# set casesensitive
|
||||||
|
|
||||||
## Constantly display the cursor position in the statusbar. Note that
|
## Constantly display the cursor position in the statusbar. Note that
|
||||||
## this overrides "quickblank".
|
## this overrides "quickblank".
|
||||||
# set const
|
# set const
|
||||||
|
|
||||||
## Use cut to end of line by default.
|
## Use cut-to-end-of-line by default.
|
||||||
# set cut
|
# set cut
|
||||||
|
|
||||||
## Set the line length for wrapping text and justifying paragraphs.
|
## Set the line length for wrapping text and justifying paragraphs.
|
||||||
## If fill is 0 or less, the line length will be the screen width less
|
## If the value is 0 or less, the wrapping point will be the screen
|
||||||
## this number.
|
## width less this number.
|
||||||
##
|
|
||||||
# set fill -8
|
# set fill -8
|
||||||
|
|
||||||
## Enable ~/.nano_history for saving and reading search/replace strings.
|
## Enable ~/.nano_history for saving and reading search/replace strings.
|
||||||
@ -69,7 +67,6 @@
|
|||||||
## The opening and closing brackets that can be found by bracket
|
## The opening and closing brackets that can be found by bracket
|
||||||
## searches. They cannot contain blank characters. The former set must
|
## searches. They cannot contain blank characters. The former set must
|
||||||
## come before the latter set, and both must be in the same order.
|
## come before the latter set, and both must be in the same order.
|
||||||
##
|
|
||||||
# set matchbrackets "(<[{)>]}"
|
# set matchbrackets "(<[{)>]}"
|
||||||
|
|
||||||
## Use the blank line below the titlebar as extra editing space.
|
## Use the blank line below the titlebar as extra editing space.
|
||||||
@ -79,13 +76,11 @@
|
|||||||
## mouse clicks can be used to place the cursor, set the mark (with a
|
## mouse clicks can be used to place the cursor, set the mark (with a
|
||||||
## double click), and execute shortcuts. The mouse will work in the X
|
## double click), and execute shortcuts. The mouse will work in the X
|
||||||
## Window System, and on the console when gpm is running.
|
## Window System, and on the console when gpm is running.
|
||||||
##
|
|
||||||
# set mouse
|
# set mouse
|
||||||
|
|
||||||
## Allow multiple file buffers (inserting a file will put it into a
|
## Allow multiple file buffers (inserting a file will put it into a
|
||||||
## separate buffer). You must have configured with --enable-multibuffer
|
## separate buffer). You must have configured with --enable-multibuffer
|
||||||
## for this to work.
|
## for this to work.
|
||||||
##
|
|
||||||
# set multibuffer
|
# set multibuffer
|
||||||
|
|
||||||
## Don't convert files from DOS/Mac format.
|
## Don't convert files from DOS/Mac format.
|
||||||
@ -106,10 +101,12 @@
|
|||||||
## Set operating directory. nano will not read or write files outside
|
## Set operating directory. nano will not read or write files outside
|
||||||
## this directory and its subdirectories. Also, the current directory
|
## this directory and its subdirectories. Also, the current directory
|
||||||
## is changed to here, so any files are inserted from this dir. A blank
|
## is changed to here, so any files are inserted from this dir. A blank
|
||||||
## string means the operating directory feature is turned off.
|
## string means the operating-directory feature is turned off.
|
||||||
##
|
|
||||||
# set operatingdir ""
|
# set operatingdir ""
|
||||||
|
|
||||||
|
## Remember the cursor position in each file for the next editing session.
|
||||||
|
# set poslog
|
||||||
|
|
||||||
## Preserve the XON and XOFF keys (^Q and ^S).
|
## Preserve the XON and XOFF keys (^Q and ^S).
|
||||||
# set preserve
|
# set preserve
|
||||||
|
|
||||||
@ -117,19 +114,18 @@
|
|||||||
## paragraphs. They cannot contain blank characters. Only closing
|
## paragraphs. They cannot contain blank characters. Only closing
|
||||||
## punctuation, optionally followed by closing brackets, can end
|
## punctuation, optionally followed by closing brackets, can end
|
||||||
## sentences.
|
## sentences.
|
||||||
##
|
|
||||||
# set punct "!.?"
|
# set punct "!.?"
|
||||||
|
|
||||||
## Do quick statusbar blanking. Statusbar messages will disappear after
|
## Do quick statusbar blanking. Statusbar messages will disappear after
|
||||||
## 1 keystroke instead of 26. Note that "const" overrides this.
|
## 1 keystroke instead of 26. Note that "const" overrides this.
|
||||||
##
|
|
||||||
# set quickblank
|
# set quickblank
|
||||||
|
|
||||||
## The email-quote string, used to justify email-quoted paragraphs.
|
## The email-quote string, used to justify email-quoted paragraphs.
|
||||||
## This is an extended regular expression if your system supports them,
|
## This is an extended regular expression if your system supports them,
|
||||||
## otherwise a literal string. Default:
|
## otherwise a literal string.
|
||||||
|
## If you have extended regular expression support, the default is:
|
||||||
# set quotestr "^([ ]*[#:>\|}])+"
|
# set quotestr "^([ ]*[#:>\|}])+"
|
||||||
## if you have extended regular expression support, otherwise:
|
## Otherwise:
|
||||||
# set quotestr "> "
|
# set quotestr "> "
|
||||||
|
|
||||||
## Fix Backspace/Delete confusion problem.
|
## Fix Backspace/Delete confusion problem.
|
||||||
@ -151,12 +147,11 @@
|
|||||||
## Use smooth scrolling as the default.
|
## Use smooth scrolling as the default.
|
||||||
# set smooth
|
# set smooth
|
||||||
|
|
||||||
## Enable soft line wrapping (AKA full line display).
|
## Enable soft line wrapping (AKA full-line display).
|
||||||
# set softwrap
|
# set softwrap
|
||||||
|
|
||||||
## Use this spelling checker instead of the internal one. This option
|
## Use this spelling checker instead of the internal one. This option
|
||||||
## does not properly have a default value.
|
## does not properly have a default value.
|
||||||
##
|
|
||||||
# set speller "aspell -x -c"
|
# set speller "aspell -x -c"
|
||||||
|
|
||||||
## Allow nano to be suspended.
|
## Allow nano to be suspended.
|
||||||
|
Loading…
Reference in New Issue
Block a user