nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] [PATCH 09/15] docs: describe the four new options (-b, -f,


From: Benno Schulenberg
Subject: [Nano-devel] [PATCH 09/15] docs: describe the four new options (-b, -f, -j, -e) [*incomplete*]
Date: Thu, 31 Jan 2019 17:49:35 +0100

---
 doc/nano.1 | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/doc/nano.1 b/doc/nano.1
index e3bd0528..e349b1d4 100644
--- a/doc/nano.1
+++ b/doc/nano.1
@@ -177,6 +177,9 @@ Let an unmodified Backspace or Delete erase the marked 
region
 When doing soft line wrapping, wrap lines at whitespace
 instead of always at the edge of the screen.
 .TP
+.BR \-b ", " \-\-breaklonglines
+Automatically hard-wrap the current line when it becomes overlong.
+.TP
 .BR \-c ", " \-\-constantshow
 Constantly show the cursor position on the status bar.
 Note that this overrides option \fB\-U\fR (\fB\-\-quickblank\fR).
@@ -186,6 +189,12 @@ Interpret the Delete and Backspace keys differently so 
that both Backspace
 and Delete work properly.  You should only use this option when on your
 system either Backspace acts like Delete or Delete acts like Backspace.
 .TP
+.BR \-e ", " \-\-emptyline
+Do not use the line below the title bar, leaving it entirely blank.
+.TP
+.BR \-f ", " \-\-finalnewline
+If the buffer is not empty, ensure that it ends with a newline character.
+.TP
 .BR \-g ", " \-\-showcursor
 Make the cursor visible in the file browser (putting it on the
 highlighted item) and in the help viewer.  Useful for braille users
@@ -199,6 +208,9 @@ Automatically indent a newly created line to the same 
number of tabs
 and/or spaces as the previous line (or as the next line if the previous
 line is the beginning of a paragraph).
 .TP
+.BR \-j ", " \-\-jumpyscrolling
+Scroll the buffer contents per half-screen instead of per line.
+.TP
 .BR \-k ", " \-\-cutfromcursor
 Make the 'Cut Text' command (normally \fB^K\fR) cut from the current cursor
 position to the end of the line, instead of cutting the entire line.
-- 
2.19.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]