diff options
Diffstat (limited to 'code/help.rb')
-rw-r--r-- | code/help.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/code/help.rb b/code/help.rb index f6ec1890..76a2b75b 100644 --- a/code/help.rb +++ b/code/help.rb @@ -63,8 +63,7 @@ module Fm mkdir<name> or touch<name> to create dirs or files move file to ~/.trash: dd - delete file forever: dfd - delete whole dir forever: delete + delete selection forever: delete copy file: cp or yy cut file: cut @@ -201,8 +200,7 @@ module Fm use deleteing commands with caution! dd: Move selection to ~/.trash and memorize it's new path (so it can be pasted with p) - dfd: Deletes the selection or empty directory - delete: Remove whole selection with all contents + delete: Remove whole selection with all contents recursively mv<name>: move/rename file to <name> cw<name>: same as mv |