diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-10 19:35:44 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-10 19:35:44 +0530 |
commit | cf0dba4f990759eff1bffa7b93498045f214f643 (patch) | |
tree | ab2c295f157ad27fe4d4a293163c153062a29b87 /.config | |
parent | 2986fd613865b4f2ea7f43a9925afc6eb68d4607 (diff) |
removing redundant config + improving alias
Diffstat (limited to '.config')
-rw-r--r-- | .config/ranger/rc.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 7c038be..37b1ad3 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -1,10 +1,6 @@ -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 |