in nanorc.sample, remove specific references to control key shortcuts
other than XON and XOFF git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1922 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
4aece064db
commit
2a60ea8fe3
|
@ -66,6 +66,9 @@ CVS code -
|
||||||
- Don't bother assigning the value of get_mouseinput() to
|
- Don't bother assigning the value of get_mouseinput() to
|
||||||
anything. Since allow_shortcuts is FALSE, its return value
|
anything. Since allow_shortcuts is FALSE, its return value
|
||||||
will always be FALSE. (DLR)
|
will always be FALSE. (DLR)
|
||||||
|
nanorc.sample:
|
||||||
|
- Remove specific references to control key shortcuts other than
|
||||||
|
XON and XOFF. (DLR)
|
||||||
|
|
||||||
GNU nano 1.3.4 - 2004.08.17
|
GNU nano 1.3.4 - 2004.08.17
|
||||||
- General:
|
- General:
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
## Constantly display the cursor position in the status bar.
|
## Constantly display the cursor position in the status bar.
|
||||||
# set const
|
# set const
|
||||||
|
|
||||||
## Use cut to end of line with ^K 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.
|
||||||
|
@ -42,9 +42,9 @@
|
||||||
## and run shortcuts.
|
## and run shortcuts.
|
||||||
# set mouse
|
# set mouse
|
||||||
|
|
||||||
## Allow multiple file buffers (using ^R will insert into a separate
|
## Allow multiple file buffers (inserting a file will put it into a
|
||||||
## buffer). You must have configured with --enable-multibuffer or
|
## separate buffer). You must have configured with --enable-multibuffer
|
||||||
## --enable-extra for this to work.
|
## or --enable-extra for this to work.
|
||||||
##
|
##
|
||||||
# set multibuffer
|
# set multibuffer
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
##
|
##
|
||||||
# set speller "aspell -c"
|
# set speller "aspell -c"
|
||||||
|
|
||||||
## Allow nano to be suspended with ^Z.
|
## Allow nano to be suspended.
|
||||||
# set suspend
|
# set suspend
|
||||||
|
|
||||||
## Use this tab size instead of the default; it must be greater than 0.
|
## Use this tab size instead of the default; it must be greater than 0.
|
||||||
|
|
Loading…
Reference in New Issue