Skip to content

Fix docs fern-action-remove #519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/fern.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1258,15 +1258,15 @@ The following mappings/actions are only available on file:// scheme.
*<Plug>(fern-action-remove)*
*<Plug>(fern-action-remove=)*
Open a prompt to ask if fern can DELETE the cursor node or marked
nodes. BE CAREFUL with this action while it DELETE the file/direcoty
nodes. BE CAREFUL with this action while it DELETE the file/directoty
and users cannot restore (like "rm" in terminal.)
You can use a "=" variant to apply values to the prompt and/or submit
a value like:
>
" Immediately delete
nmap <buffer>
\ <Plug>(my-trash)
\ <Plug>(fern-action-trash=)y<CR>
\ <Plug>(my-remove)
\ <Plug>(fern-action-remove=)y<CR>
<
*<Plug>(fern-action-cd:root)*
*<Plug>(fern-action-lcd:root)*
Expand Down