diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-03-13 02:00:07 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-03-13 02:00:07 +0530 |
commit | c60e24082c05574dc5ddaa88864634bb2ea0262f (patch) | |
tree | 32a882228200050bda202ec24f9eb44fd5a2aafb /.config/ranger/rc.conf | |
parent | 05c9ff9bf5c01863180f158fc7d713af6c067970 (diff) |
ranger: image preview + shifting to .config
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 + |