## Constantly display the cursor position in the statusbar. Note that
## this overrides "quickblank".
-# set const
+# set constantshow
+## (The old form, 'const', is deprecated.)
## Use cut-to-end-of-line by default.
# set cut
## width less this number.
# set fill -8
-## Enable ~/.nano_history for saving and reading search/replace strings.
+## Remember the used search/replace strings for the next session.
# set historylog
+## Have the justify command kill whitespace at the end of lines
+# set justifytrim
+
## Enable vim-style lock-files. This is just to let a vim user know you
## are editing a file [s]he is trying to edit and vice versa. There are
## no plans to implement vim-style undo state in these files.
## Don't convert files from DOS/Mac format.
# set noconvert
-## Don't follow symlinks when writing files.
-# set nofollow
-
## Don't display the helpful shortcut lists at the bottom of the screen.
# set nohelp
# set operatingdir ""
## Remember the cursor position in each file for the next editing session.
-# set poslog
+# set positionlog
+## (The old form, 'poslog', is deprecated.)
## Preserve the XON and XOFF keys (^Q and ^S).
# set preserve
## Key bindings.
-## See nanorc(5) for more details on this.
-##
-## Here are a few samples to get you going.
+## See nanorc(5) (section REBINDING KEYS) for more details on this.
##
-# bind M-W nowrap main
-# bind M-A casesens search
-# bind ^S research main
+## The following five functions are not bound to any key by default.
+## You may wish to choose different keys than the ones suggested here.
+# bind ^S savefile main
+# bind M-Q findprevious main
+# bind M-W findnext main
+# bind M-B cutwordleft main
+# bind M-N cutwordright main
-## Set this if your backspace key sends Del most of the time.
+## Set this if your Backspace key sends Del most of the time.
# bind Del backspace all