diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-04 05:48:21 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-04 05:48:21 +0530 |
commit | 97c07e8ae26d26931e19e20dc0a3412dcd5ef1be (patch) | |
tree | 1cb436f84ca3f8af6dd3bd14d2bef012c202a0e4 /.config/ranger/rc.conf | |
parent | b370f6a471d359e0ee4373a40e6b5ed36a2a93bf (diff) |
Initial commit
Diffstat (limited to '.config/ranger/rc.conf')
-rw-r--r-- | .config/ranger/rc.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf new file mode 100644 index 0000000..7c038be --- /dev/null +++ b/.config/ranger/rc.conf @@ -0,0 +1,12 @@ +set preview_images true +set preview_images_method ueberzug +set preview_script ~/.config/ranger/scope.sh +set confirm_on_delete multiple + + +map <C-d> shell dragon-drop -a -x %p --and-exit +map <DELETE> shell -s trash-put %s +map <F8> shell -s trash-put %s +map dD shell -s trash-put %s +map DD shell -s trash-put %s + |