diff options
author | toonn <toonn@toonn.io> | 2019-10-02 01:34:03 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-10-02 01:39:58 +0200 |
commit | dbf52a12846d18b084b7978d4e0f5cb78cbdc9e3 (patch) | |
tree | 3fd539d51ce47e0aa1511e0263dca3ea15513a06 | |
parent | a724877770e5e82401692c5bb1c77a7772fa9353 (diff) | |
download | ranger-dbf52a12846d18b084b7978d4e0f5cb78cbdc9e3.tar.gz |
Add bindings for :trash command
-rw-r--r-- | ranger/config/rc.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 00a20def..7167b488 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -401,6 +401,7 @@ map <F5> copy map <F6> cut map <F7> console mkdir%space map <F8> console delete +map <F9> console trash map <F10> exit # In case you work on a keyboard with dvorak layout @@ -488,6 +489,7 @@ map p`<any> paste dest=%any_path map p'<any> paste dest=%any_path map dD console delete +map dT console trash map dd cut map ud uncut |