Skip to content

Commit

Permalink
feat: cancel selected items automatically on entering, leaving, copyi…
Browse files Browse the repository at this point in the history
…ng, or cutting
  • Loading branch information
sxyazi committed Oct 15, 2023
1 parent 5bf8342 commit 5370b02
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion usage/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ If you haven't created and used your own configuration file yet, please see [Con

## manager

- escape: Exit visual mode, clear selected, or cancel search.
- escape: Cancel find, exit visual mode, clear selected, or cancel search.

- `--all`: Do all of the above.
- `--find`: Cancel find.
- `--visual`: Exit visual mode.
- `--select`: Clear selected.
- `--search`: Cancel search.

Automatically determine the operation by default, and it will only execute the selected operation after specifying the option; multiple options can be stacked.

- quit: Exit the process.

- `--no-cwd-file`: Don't write the current directory to the `cwd-file`.
Expand Down

0 comments on commit 5370b02

Please sign in to comment.