Skip to content

Commit

Permalink
docs: add a note about the --cursor option
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Jan 25, 2024
1 parent f65ab44 commit 729222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ If you haven't created and used your own configuration file yet, please see [Con
- `--force`: Overwrite the destination file directly if it exists, without showing the confirmation dialog.
- `--cursor`: Specify the cursor position of the renaming input box.
- `"end"`: The end of the filename.
- `"start"`: The start of the filename.
- `"start"`: The start of the filename. (Due to [a bug](https://github.com/sxyazi/yazi/issues/573), this option only available in the latest main branch at the moment.)
- `"before_ext"`: Before the extension of the filename.
- `--empty`: Empty a part of the filename.
- `"stem"`: Empty the stem. e.g. `"foo.jpg"` -> `".jpg"`.
Expand Down

0 comments on commit 729222f

Please sign in to comment.