update documentation
This commit is contained in:
parent
85a6fe95c5
commit
e0e5977008
12
doc.go
12
doc.go
@ -61,8 +61,8 @@ The following commands are provided by lf without default keybindings:
|
|||||||
cd changes working directory to its argument
|
cd changes working directory to its argument
|
||||||
select changes current file selection to its argument
|
select changes current file selection to its argument
|
||||||
source reads the configuration file in its argument
|
source reads the configuration file in its argument
|
||||||
push simulate key pushes given in its argument
|
push simulates key pushes given in its argument
|
||||||
delete deletes the selected files. Warning: no prompt
|
delete deletes the current file or selected file(s)
|
||||||
|
|
||||||
The following command line commands are provided by lf with default
|
The following command line commands are provided by lf with default
|
||||||
keybindings:
|
keybindings:
|
||||||
@ -588,10 +588,10 @@ diacritics in latin letters.
|
|||||||
|
|
||||||
Opening Files
|
Opening Files
|
||||||
|
|
||||||
You can define a an 'open' command (default 'l') to configure file opening.
|
You can define a an 'open' command (default 'l' and '<right>') to configure
|
||||||
This command is only called when the current file is not a directory, otherwise
|
file opening. This command is only called when the current file is not a
|
||||||
the directory is entered instead. You can define it just as you would define
|
directory, otherwise the directory is entered instead. You can define it just
|
||||||
any other command:
|
as you would define any other command:
|
||||||
|
|
||||||
cmd open $vi $fx
|
cmd open $vi $fx
|
||||||
|
|
||||||
|
12
docstring.go
12
docstring.go
@ -64,8 +64,8 @@ The following commands are provided by lf without default keybindings:
|
|||||||
cd changes working directory to its argument
|
cd changes working directory to its argument
|
||||||
select changes current file selection to its argument
|
select changes current file selection to its argument
|
||||||
source reads the configuration file in its argument
|
source reads the configuration file in its argument
|
||||||
push simulate key pushes given in its argument
|
push simulates key pushes given in its argument
|
||||||
delete deletes the selected files. Warning: no prompt
|
delete deletes the current file or selected file(s)
|
||||||
|
|
||||||
The following command line commands are provided by lf with default
|
The following command line commands are provided by lf with default
|
||||||
keybindings:
|
keybindings:
|
||||||
@ -613,10 +613,10 @@ provided to control matching diacritics in latin letters.
|
|||||||
|
|
||||||
Opening Files
|
Opening Files
|
||||||
|
|
||||||
You can define a an 'open' command (default 'l') to configure file opening.
|
You can define a an 'open' command (default 'l' and '<right>') to configure
|
||||||
This command is only called when the current file is not a directory,
|
file opening. This command is only called when the current file is not a
|
||||||
otherwise the directory is entered instead. You can define it just as you
|
directory, otherwise the directory is entered instead. You can define it
|
||||||
would define any other command:
|
just as you would define any other command:
|
||||||
|
|
||||||
cmd open $vi $fx
|
cmd open $vi $fx
|
||||||
|
|
||||||
|
6
lf.1
6
lf.1
@ -73,8 +73,8 @@ The following commands are provided by lf without default keybindings:
|
|||||||
cd changes working directory to its argument
|
cd changes working directory to its argument
|
||||||
select changes current file selection to its argument
|
select changes current file selection to its argument
|
||||||
source reads the configuration file in its argument
|
source reads the configuration file in its argument
|
||||||
push simulate key pushes given in its argument
|
push simulates key pushes given in its argument
|
||||||
delete deletes the selected files. Warning: no prompt
|
delete deletes the current file or selected file(s)
|
||||||
.EE
|
.EE
|
||||||
.PP
|
.PP
|
||||||
The following command line commands are provided by lf with default keybindings:
|
The following command line commands are provided by lf with default keybindings:
|
||||||
@ -562,7 +562,7 @@ Finding mechanism is implemented with commands 'find' (default 'f'), 'find-back'
|
|||||||
.PP
|
.PP
|
||||||
Some options effect both searching and finding. You can disable 'wrapscan' option to prevent searches to wrap around at the end of the file list. You can disable 'ignorecase' option to match cases in the pattern and the filename. This option is already automatically overridden if the pattern contains upper case characters. You can disable 'smartcase' option to disable this behavior. Two similar options 'ignoredia' and 'smartdia' are provided to control matching diacritics in latin letters.
|
Some options effect both searching and finding. You can disable 'wrapscan' option to prevent searches to wrap around at the end of the file list. You can disable 'ignorecase' option to match cases in the pattern and the filename. This option is already automatically overridden if the pattern contains upper case characters. You can disable 'smartcase' option to disable this behavior. Two similar options 'ignoredia' and 'smartdia' are provided to control matching diacritics in latin letters.
|
||||||
.SH OPENING FILES
|
.SH OPENING FILES
|
||||||
You can define a an 'open' command (default 'l') to configure file opening. This command is only called when the current file is not a directory, otherwise the directory is entered instead. You can define it just as you would define any other command:
|
You can define a an 'open' command (default 'l' and '<right>') to configure file opening. This command is only called when the current file is not a directory, otherwise the directory is entered instead. You can define it just as you would define any other command:
|
||||||
.PP
|
.PP
|
||||||
.EX
|
.EX
|
||||||
cmd open $vi $fx
|
cmd open $vi $fx
|
||||||
|
Loading…
Reference in New Issue
Block a user