Skip to content

Commit ea72289

Browse files
authored
Fix docs fern-action-remove (#519)
1 parent cb5be74 commit ea72289

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/fern.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,15 +1258,15 @@ The following mappings/actions are only available on file:// scheme.
12581258
*<Plug>(fern-action-remove)*
12591259
*<Plug>(fern-action-remove=)*
12601260
Open a prompt to ask if fern can DELETE the cursor node or marked
1261-
nodes. BE CAREFUL with this action while it DELETE the file/direcoty
1261+
nodes. BE CAREFUL with this action while it DELETE the file/directoty
12621262
and users cannot restore (like "rm" in terminal.)
12631263
You can use a "=" variant to apply values to the prompt and/or submit
12641264
a value like:
12651265
>
12661266
" Immediately delete
12671267
nmap <buffer>
1268-
\ <Plug>(my-trash)
1269-
\ <Plug>(fern-action-trash=)y<CR>
1268+
\ <Plug>(my-remove)
1269+
\ <Plug>(fern-action-remove=)y<CR>
12701270
<
12711271
*<Plug>(fern-action-cd:root)*
12721272
*<Plug>(fern-action-lcd:root)*

0 commit comments

Comments
 (0)