tweaks: fix typo, and improve description of 'set zero' in sample nanorc
parent
27928e47be
commit
9ebee362a5
|
@ -360,7 +360,7 @@ The state flags are displayed only when \fB\-\-stateflags\fR is used.
|
||||||
.BR \-0 ", " \-\-zero
|
.BR \-0 ", " \-\-zero
|
||||||
Hide all elements of the interface (title bar, status bar, and help lines)
|
Hide all elements of the interface (title bar, status bar, and help lines)
|
||||||
and use all rows of the terminal for showing the contents of the buffer.
|
and use all rows of the terminal for showing the contents of the buffer.
|
||||||
The status bar appears only where there is a significant message,
|
The status bar appears only when there is a significant message,
|
||||||
and disappears after 1.5 seconds or upon the next keystroke.
|
and disappears after 1.5 seconds or upon the next keystroke.
|
||||||
With \fBM-Z\fR the title bar plus status bar can be toggled.
|
With \fBM-Z\fR the title bar plus status bar can be toggled.
|
||||||
With \fBM-X\fR the help lines.
|
With \fBM-X\fR the help lines.
|
||||||
|
|
|
@ -706,7 +706,7 @@ The state flags are displayed only when @code{--stateflags} is used.
|
||||||
@itemx --zero
|
@itemx --zero
|
||||||
Hide all elements of the interface (title bar, status bar, and help lines)
|
Hide all elements of the interface (title bar, status bar, and help lines)
|
||||||
and use all rows of the terminal for showing the contents of the buffer.
|
and use all rows of the terminal for showing the contents of the buffer.
|
||||||
The status bar appears only where there is a significant message,
|
The status bar appears only when there is a significant message,
|
||||||
and disappears after 1.5 seconds or upon the next keystroke.
|
and disappears after 1.5 seconds or upon the next keystroke.
|
||||||
With @kbd{M-Z} the title bar plus status bar can be toggled.
|
With @kbd{M-Z} the title bar plus status bar can be toggled.
|
||||||
With @kbd{M-X} the help lines.
|
With @kbd{M-X} the help lines.
|
||||||
|
@ -1162,7 +1162,7 @@ Let an unmodified @kbd{Backspace} or @kbd{Delete} erase the marked region
|
||||||
@item set zero
|
@item set zero
|
||||||
Hide all elements of the interface (title bar, status bar, and help lines)
|
Hide all elements of the interface (title bar, status bar, and help lines)
|
||||||
and use all rows of the terminal for showing the contents of the buffer.
|
and use all rows of the terminal for showing the contents of the buffer.
|
||||||
The status bar appears only where there is a significant message,
|
The status bar appears only when there is a significant message,
|
||||||
and disappears after 1.5 seconds or upon the next keystroke.
|
and disappears after 1.5 seconds or upon the next keystroke.
|
||||||
With @kbd{M-Z} the title bar plus status bar can be toggled.
|
With @kbd{M-Z} the title bar plus status bar can be toggled.
|
||||||
With @kbd{M-X} the help lines.
|
With @kbd{M-X} the help lines.
|
||||||
|
|
|
@ -405,7 +405,7 @@ Let an unmodified Backspace or Delete erase the marked region
|
||||||
.B set zero
|
.B set zero
|
||||||
Hide all elements of the interface (title bar, status bar, and help lines)
|
Hide all elements of the interface (title bar, status bar, and help lines)
|
||||||
and use all rows of the terminal for showing the contents of the buffer.
|
and use all rows of the terminal for showing the contents of the buffer.
|
||||||
The status bar appears only where there is a significant message,
|
The status bar appears only when there is a significant message,
|
||||||
and disappears after 1.5 seconds or upon the next keystroke.
|
and disappears after 1.5 seconds or upon the next keystroke.
|
||||||
With \fBM-Z\fR the title bar plus status bar can be toggled.
|
With \fBM-Z\fR the title bar plus status bar can be toggled.
|
||||||
With \fBM-X\fR the help lines.
|
With \fBM-X\fR the help lines.
|
||||||
|
|
|
@ -197,7 +197,7 @@
|
||||||
## of a single character, and without affecting the cutbuffer).
|
## of a single character, and without affecting the cutbuffer).
|
||||||
# set zap
|
# set zap
|
||||||
|
|
||||||
## Hide the bars and use the whole terminal for editable text.
|
## Hide the bars plus help lines and use the whole terminal as edit area.
|
||||||
# set zero
|
# set zero
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue