Say the source directory of vifm-0.14 is open in the panel and I enter
the following command in Vifm’s command-line:
:find . -iname "*data*"
This search recursively for all files and directories containing the
word "data" -case-insensitive- in their names.
The results appear in a MENU VIEW:
data/vifm.appdata.xml
src/utils/.deps/fsdata.Po
src/utils/.deps/fsddata.Po
src/utils/fsdata.c
src/utils/fsdata.h
src/utils/fsdata.o
src/utils/fsddata.c
src/utils/fsddata.h
src/utils/fsddata.o
src/utils/private/fsdata.h
src/utils/utf8proc_data.inc
tests/test-data/read/binary-data
tests/utils/fsdata.c
tests/utils/fsddata.c
then I press **b** to export in the CUSTON VIEW:
[Find . -iname "*data*"] @ ~/BUILD_VIFM/BUILD_VIFM_0_14/vifm-0.14
1 ../
1 data/ <--Directory
2 tests/test-data/ <--Directory
3 data/vifm.appdata.xml
4 src/utils/.deps/fsdata.Po
5 src/utils/.deps/fsddata.Po
6 src/utils/fsdata.c
7 src/utils/fsdata.h
8 src/utils/fsdata.o
9 src/utils/fsddata.c
10 src/utils/fsddata.h
11 src/utils/fsddata.o
12 src/utils/private/fsdata.h
13 src/utils/utf8proc_data.inc
14 tests/test-data/read/binary-data
15 tests/utils/fsdata.c
16 tests/utils/fsddata.c
There are two directories and 14 files in the Custom view.
How can I explore the first or second directory and then return
using the left arrow or key "h" without losing the Custom
view's contents?"
thx