docs: improve some descriptions concerning the file browser
parent
a84653dc19
commit
2c228796a8
|
@ -1246,7 +1246,7 @@ Invokes the help viewer.
|
||||||
Cancels the current command.
|
Cancels the current command.
|
||||||
|
|
||||||
@item exit
|
@item exit
|
||||||
Exits from the program (or from the help viewer or the file browser).
|
Exits from the program (or from the help viewer or file browser).
|
||||||
|
|
||||||
@item writeout
|
@item writeout
|
||||||
Writes the current buffer to disk, asking for a name.
|
Writes the current buffer to disk, asking for a name.
|
||||||
|
@ -1526,17 +1526,18 @@ When about to write a file, discard the current buffer without saving.
|
||||||
is in effect.)
|
is in effect.)
|
||||||
|
|
||||||
@item browser
|
@item browser
|
||||||
Starts the file browser, allowing to select a file from a list.
|
Starts the file browser (in the Read File and Write Out menus),
|
||||||
|
allowing to select a file from a list.
|
||||||
|
|
||||||
@item gotodir
|
@item gotodir
|
||||||
Goes to a directory to be specified, allowing to browse anywhere
|
Goes to a directory to be specified, allowing to browse anywhere
|
||||||
in the filesystem.
|
in the filesystem.
|
||||||
|
|
||||||
@item firstfile
|
@item firstfile
|
||||||
Goes to the first file when using the file browser (reading or writing files).
|
Goes to the first file in the list when using the file browser.
|
||||||
|
|
||||||
@item lastfile
|
@item lastfile
|
||||||
Goes to the last file when using the file browser (reading or writing files).
|
Goes to the last file in the list when using the file browser.
|
||||||
|
|
||||||
@item nohelp
|
@item nohelp
|
||||||
Toggles the presence of the two-line list of key bindings at the bottom of the screen.
|
Toggles the presence of the two-line list of key bindings at the bottom of the screen.
|
||||||
|
@ -1619,7 +1620,8 @@ The 'write file' menu.
|
||||||
The 'insert file' menu.
|
The 'insert file' menu.
|
||||||
|
|
||||||
@item browser
|
@item browser
|
||||||
The file browser, for choosing a file to read from or write to.
|
The 'file browser' menu, for selecting a file to be opened or
|
||||||
|
inserted or written to.
|
||||||
|
|
||||||
@item whereisfile
|
@item whereisfile
|
||||||
The 'search for a file' menu in the file browser.
|
The 'search for a file' menu in the file browser.
|
||||||
|
|
12
doc/nanorc.5
12
doc/nanorc.5
|
@ -551,7 +551,7 @@ Invokes the help viewer.
|
||||||
Cancels the current command.
|
Cancels the current command.
|
||||||
.TP
|
.TP
|
||||||
.B exit
|
.B exit
|
||||||
Exits from the program (or from the help viewer or the file browser).
|
Exits from the program (or from the help viewer or file browser).
|
||||||
.TP
|
.TP
|
||||||
.B writeout
|
.B writeout
|
||||||
Writes the current buffer to disk, asking for a name.
|
Writes the current buffer to disk, asking for a name.
|
||||||
|
@ -830,17 +830,18 @@ When about to write a file, discard the current buffer without saving.
|
||||||
is in effect.)
|
is in effect.)
|
||||||
.TP
|
.TP
|
||||||
.B browser
|
.B browser
|
||||||
Starts the file browser, allowing to select a file from a list.
|
Starts the file browser (in the Read File and Write Out menus),
|
||||||
|
allowing to select a file from a list.
|
||||||
.TP
|
.TP
|
||||||
.B gotodir
|
.B gotodir
|
||||||
Goes to a directory to be specified, allowing to browse anywhere
|
Goes to a directory to be specified, allowing to browse anywhere
|
||||||
in the filesystem.
|
in the filesystem.
|
||||||
.TP
|
.TP
|
||||||
.B firstfile
|
.B firstfile
|
||||||
Goes to the first file when using the file browser (reading or writing files).
|
Goes to the first file in the list when using the file browser.
|
||||||
.TP
|
.TP
|
||||||
.B lastfile
|
.B lastfile
|
||||||
Goes to the last file when using the file browser (reading or writing files).
|
Goes to the last file in the list when using the file browser.
|
||||||
.TP
|
.TP
|
||||||
.B nohelp
|
.B nohelp
|
||||||
Toggles the presence of the two-line list of key bindings at the bottom of the screen.
|
Toggles the presence of the two-line list of key bindings at the bottom of the screen.
|
||||||
|
@ -921,7 +922,8 @@ The 'write file' menu.
|
||||||
The 'insert file' menu.
|
The 'insert file' menu.
|
||||||
.TP
|
.TP
|
||||||
.B browser
|
.B browser
|
||||||
The file browser for inserting or writing a file.
|
The 'file browser' menu, for selecting a file to be opened or
|
||||||
|
inserted or written to.
|
||||||
.TP
|
.TP
|
||||||
.B whereisfile
|
.B whereisfile
|
||||||
The 'search for a file' menu in the file browser.
|
The 'search for a file' menu in the file browser.
|
||||||
|
|
Loading…
Reference in New Issue