diff options
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..03423b6 --- /dev/null +++ b/.config/ranger/rc.conf @@ -0,0 +1,12 @@ +set preview_images true +set preview_images_method kitty +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 + |