| File ChangeLog changed (mode: 100644) (index 152c00141..55f0b670d) |
| 143 |
143 |
Made 'title' set title of a tmux window when $TERM equals "tmux" or starts |
Made 'title' set title of a tmux window when $TERM equals "tmux" or starts |
| 144 |
144 |
with "tmux-". Thanks to fugue. |
with "tmux-". Thanks to fugue. |
| 145 |
145 |
|
|
|
146 |
|
Improved wording of documentation covering :view. Thanks to |
|
147 |
|
CaptainFantastic. |
|
148 |
|
|
| 146 |
149 |
Fixed 'trashdir' with "%r" on BSD-like systems (those with getmntinfo() |
Fixed 'trashdir' with "%r" on BSD-like systems (those with getmntinfo() |
| 147 |
150 |
instead of getmntent() API). The regression was apparently introduced in |
instead of getmntent() API). The regression was apparently introduced in |
| 148 |
151 |
v0.9.1-beta. Thanks to sublimal. |
v0.9.1-beta. Thanks to sublimal. |
| File data/man/vifm.1 changed (mode: 100644) (index 5f105dd36..934698216) |
| ... |
... |
same as :version. |
| 3327 |
3327 |
.BI " :view" |
.BI " :view" |
| 3328 |
3328 |
.TP |
.TP |
| 3329 |
3329 |
.BI :vie[w] |
.BI :vie[w] |
| 3330 |
|
toggle on and off the quick file view (preview of file's contents). See |
|
| 3331 |
|
also 'quickview' option. |
|
|
3330 |
|
toggle visibility of the quick view (displaying file's contents or a |
|
3331 |
|
directory tree over the inactive pane). See also 'quickview' |
|
3332 |
|
option. |
| 3332 |
3333 |
.TP |
.TP |
| 3333 |
3334 |
.BI :vie[w]! |
.BI :vie[w]! |
| 3334 |
|
turn on quick file view if it's off. |
|
|
3335 |
|
turn on quick view if it's off. |
| 3335 |
3336 |
.TP |
.TP |
| 3336 |
3337 |
.BI :vie[w] next |
.BI :vie[w] next |
| 3337 |
3338 |
move the default viewer for the current and similar files to the bottom of |
move the default viewer for the current and similar files to the bottom of |
| File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index ec7f18f23..cae6769db) |
| ... |
... |
yet supported) and might be changed in future releases, or get an alias. |
| 2797 |
2797 |
|
|
| 2798 |
2798 |
*vifm-:view* *vifm-:vie* |
*vifm-:view* *vifm-:vie* |
| 2799 |
2799 |
:vie[w] |
:vie[w] |
| 2800 |
|
toggle on and off the quick file view (preview of file's contents). |
|
| 2801 |
|
See also |vifm-'quickview'| option and |vifm-commands-and-selection|. |
|
|
2800 |
|
toggle visibility of the quick view (displaying file's contents or a |
|
2801 |
|
directory tree over the inactive pane). See also |vifm-'quickview'| |
|
2802 |
|
option and |vifm-commands-and-selection|. |
| 2802 |
2803 |
:vie[w]! |
:vie[w]! |
| 2803 |
|
turn on quick file view if it's off. |
|
|
2804 |
|
turn on quick view if it's off. |
| 2804 |
2805 |
:vie[w] next |
:vie[w] next |
| 2805 |
2806 |
move the default viewer for the current and similar files to the bottom of |
move the default viewer for the current and similar files to the bottom of |
| 2806 |
2807 |
the list of viewers, making the next available one the new default. |
the list of viewers, making the next available one the new default. |