mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
docs: improve some descriptions concerning the file browser
This commit is contained in:
parent
a84653dc19
commit
2c228796a8
@ -1246,7 +1246,7 @@ Invokes the help viewer.
|
||||
Cancels the current command.
|
||||
|
||||
@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
|
||||
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.)
|
||||
|
||||
@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
|
||||
Goes to a directory to be specified, allowing to browse anywhere
|
||||
in the filesystem.
|
||||
|
||||
@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
|
||||
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
|
||||
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.
|
||||
|
||||
@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
|
||||
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.
|
||||
.TP
|
||||
.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
|
||||
.B writeout
|
||||
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.)
|
||||
.TP
|
||||
.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
|
||||
.B gotodir
|
||||
Goes to a directory to be specified, allowing to browse anywhere
|
||||
in the filesystem.
|
||||
.TP
|
||||
.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
|
||||
.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
|
||||
.B nohelp
|
||||
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.
|
||||
.TP
|
||||
.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
|
||||
.B whereisfile
|
||||
The 'search for a file' menu in the file browser.
|
||||
|
Loading…
Reference in New Issue
Block a user