diff options
-rw-r--r-- | .bashrc | 2 | ||||
-rw-r--r-- | .config/ranger/rc.conf | 4 |
2 files changed, 1 insertions, 5 deletions
@@ -61,7 +61,7 @@ alias \ listdel="trash-list" \ restore="trash-restore" \ empty="trash-empty" \ - sitedir="cd /var/www" \ + sitedir="cd /var/www" \ gitdir="cd /var/git" #git alias \ 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 |