From b3702d460b372e3194fd7c800f7fe9926057e23f Mon Sep 17 00:00:00 2001 From: sxyazi Date: Mon, 29 Jan 2024 20:53:15 +0800 Subject: [PATCH] docs: unify the term "bulk rename" --- docs/configuration/keymap.md | 2 +- src/pages/features/index.tsx | 6 +++--- ...batch-rename.mp4 => visual-mode_bulk-rename.mp4} | Bin 3 files changed, 4 insertions(+), 4 deletions(-) rename static/videos/{visual-mode_batch-rename.mp4 => visual-mode_bulk-rename.mp4} (100%) diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md index 847d6826..24a685c4 100644 --- a/docs/configuration/keymap.md +++ b/docs/configuration/keymap.md @@ -193,7 +193,7 @@ Create a file or directory. Ends with `/` (Unix) or `\` (Windows) for directorie ### `rename` -Rename a file or directory, or batch rename if multiple files are selected (`$EDITOR` is used to edit the filenames by default). +Rename a file or directory, or bulk rename if multiple files are selected (`$EDITOR` is used to edit the filenames by default). - `--force`: Overwrite the destination file directly if it exists, without showing the confirmation dialog. - `--cursor`: Specify the cursor position of the renaming input box. diff --git a/src/pages/features/index.tsx b/src/pages/features/index.tsx index f88537d7..4a67023d 100644 --- a/src/pages/features/index.tsx +++ b/src/pages/features/index.tsx @@ -9,9 +9,9 @@ const features: CardProps[] = [ description: "Preview various types of files, and scroll the content of file while previewing.", }, { - title: "Visual Mode & Batch Rename", - video: "/videos/visual-mode_batch-rename.mp4", - description: "Batch select files in visual mode, and rename them.", + title: "Visual Mode & Bulk Rename", + video: "/videos/visual-mode_bulk-rename.mp4", + description: "Bulk select files in visual mode, and rename them.", }, { title: "Vim-like Input & Select Component", diff --git a/static/videos/visual-mode_batch-rename.mp4 b/static/videos/visual-mode_bulk-rename.mp4 similarity index 100% rename from static/videos/visual-mode_batch-rename.mp4 rename to static/videos/visual-mode_bulk-rename.mp4