diff --git a/doc/fern.txt b/doc/fern.txt index 6ebf1c5..e50de30 100644 --- a/doc/fern.txt +++ b/doc/fern.txt @@ -1258,15 +1258,15 @@ The following mappings/actions are only available on file:// scheme. *(fern-action-remove)* *(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 - \ (my-trash) - \ (fern-action-trash=)y + \ (my-remove) + \ (fern-action-remove=)y < *(fern-action-cd:root)* *(fern-action-lcd:root)*