Skip to content

Commit

Permalink
docs: unify the term "bulk rename"
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Jan 29, 2024
1 parent f46998c commit b3702d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions src/pages/features/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
File renamed without changes.

0 comments on commit b3702d4

Please sign in to comment.