File data/man/vifm.1 changed (mode: 100644) (index bc843b9f5..c50c31ee7) |
1 |
|
.TH VIFM 1 "18 July 2025" "vifm 0.15" |
|
|
1 |
|
.TH VIFM 1 "22 July 2025" "vifm 0.15" |
2 |
2 |
.\" --------------------------------------------------------------------------- |
.\" --------------------------------------------------------------------------- |
3 |
3 |
.SH NAME |
.SH NAME |
4 |
4 |
.\" --------------------------------------------------------------------------- |
.\" --------------------------------------------------------------------------- |
|
... |
... |
hide interface to show previous commands' output. |
2255 |
2255 |
display information about all highlight groups active at the moment. |
display information about all highlight groups active at the moment. |
2256 |
2256 |
.TP |
.TP |
2257 |
2257 |
.BI ":hi[ghlight] clear" |
.BI ":hi[ghlight] clear" |
2258 |
|
reset all highlighting to builtin defaults and removed all filename-specific |
|
|
2258 |
|
reset all highlighting to builtin defaults and remove all filename-specific |
2259 |
2259 |
rules. |
rules. |
2260 |
2260 |
.TP |
.TP |
2261 |
2261 |
.BI ":hi[ghlight] clear ( {pat1,pat2,...} | /regexp/ )" |
.BI ":hi[ghlight] clear ( {pat1,pat2,...} | /regexp/ )" |
|
... |
... |
undecorated-pattern |
3921 |
3921 |
First five forms can include leading exclamation mark that negates pattern |
First five forms can include leading exclamation mark that negates pattern |
3922 |
3922 |
matching. |
matching. |
3923 |
3923 |
|
|
3924 |
|
The last form is implicitly refers to one of others. :highlight does not accept |
|
3925 |
|
undecorated form, while :filetype, :filextype, :fileviewer, :select, :unselect |
|
3926 |
|
and 'classify' treat it as list of name globs. |
|
|
3924 |
|
The last form implicitly refers to one of the others. :highlight does not |
|
3925 |
|
accept undecorated form, while :filetype, :filextype, :fileviewer, :select, |
|
3926 |
|
:unselect and 'classify' treat it as a list of name globs. |
3927 |
3927 |
|
|
3928 |
3928 |
Path patterns receive absolute path of the file that includes its name |
Path patterns receive absolute path of the file that includes its name |
3929 |
3929 |
component as well. |
component as well. |
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 59dc3a839..53818aa10) |
1 |
|
*vifm-app.txt* For Vifm version 0.15 Last change: 2025 July 18 |
|
|
1 |
|
*vifm-app.txt* For Vifm version 0.15 Last change: 2025 July 22 |
2 |
2 |
|
|
3 |
3 |
Email for bugs and suggestions: <xaizek@posteo.net> |
Email for bugs and suggestions: <xaizek@posteo.net> |
4 |
4 |
|
|
|
... |
... |
Also see |vifm-file-copying|. |
1925 |
1925 |
:hi[ghlight] |
:hi[ghlight] |
1926 |
1926 |
display information about all highlight groups active at the moment. |
display information about all highlight groups active at the moment. |
1927 |
1927 |
:hi[ghlight] clear |
:hi[ghlight] clear |
1928 |
|
reset all highlighting to builtin defaults and removed all |
|
|
1928 |
|
reset all highlighting to builtin defaults and remove all |
1929 |
1929 |
filename-specific rules. |
filename-specific rules. |
1930 |
1930 |
:hi[ghlight] clear ( {pat1,pat2,...} | /regexp/ ) |
:hi[ghlight] clear ( {pat1,pat2,...} | /regexp/ ) |
1931 |
1931 |
remove specified rule. |
remove specified rule. |
|
... |
... |
There are six possible ways to write a single pattern: |
3247 |
3247 |
First five forms can include leading exclamation mark that negates pattern |
First five forms can include leading exclamation mark that negates pattern |
3248 |
3248 |
matching. |
matching. |
3249 |
3249 |
|
|
3250 |
|
The last form is implicitly refers to one of the others. |vifm-:highlight| |
|
|
3250 |
|
The last form implicitly refers to one of the others. |vifm-:highlight| |
3251 |
3251 |
does not accept undecorated form, while |vifm-:filetype|, |vifm-:filextype|, |
does not accept undecorated form, while |vifm-:filetype|, |vifm-:filextype|, |
3252 |
3252 |
|vifm-:fileviewer|, |vifm-:select|, |vifm-:unselect| and |vifm-'classify'| |
|vifm-:fileviewer|, |vifm-:select|, |vifm-:unselect| and |vifm-'classify'| |
3253 |
|
treat it as list of name globs. |
|
|
3253 |
|
treat it as a list of name globs. |
3254 |
3254 |
|
|
3255 |
3255 |
Path patterns receive absolute path of the file that includes its name |
Path patterns receive absolute path of the file that includes its name |
3256 |
3256 |
component as well. |
component as well. |