diff options
-rw-r--r-- | ranger/config/commands.py | 5 | ||||
-rw-r--r-- | ranger/config/rc.conf | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index f5f5b03d..fa4f1ec6 100644 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -497,10 +497,7 @@ class delete(Command): use the "current file" (where the cursor is) When attempting to delete non-empty directories or multiple - marked files, it will require a confirmation: The last word in - the line has to start with a 'y'. This may look like: - :delete yes - :delete seriously? yeah! + marked files, it will require a confirmation. """ allow_abbrev = False diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 82dc1379..f4d2955d 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -206,7 +206,7 @@ map <F4> edit map <F5> copy map <F6> cut map <F7> console mkdir -map <F8> console delete seriously? +map <F8> console delete map <F10> exit # In case you work on a keyboard with dvorak layout |