diff options
author | luxagraf <sng@luxagraf.net> | 2020-11-22 22:38:20 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-11-22 22:38:20 -0500 |
commit | b5f9119f640afe8090f2c699671118192600b527 (patch) | |
tree | 962b695801ba80490314ee4130a3e40c0ad18eb8 /.config/ranger/rc.conf | |
parent | 57d0188139ee3d71dd816c0fa2d88a91cec55af5 (diff) |
latest changes
Diffstat (limited to '.config/ranger/rc.conf')
-rw-r--r-- | .config/ranger/rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 1a30441..c1c5793 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -25,6 +25,7 @@ # to each other set viewmode miller #set viewmode multipane +map DD shell mv %s /home/${USER}/.local/share/Trash/files/ # How many columns are there, and what are their relative widths? set column_ratios 1,3,4 @@ -87,7 +88,7 @@ set preview_images true # * urxvt-full: # The same as urxvt but utilizing not only the preview pane but the # whole terminal window. -set preview_images_method w3m +set preview_images_method urxvt # Use a unicode "..." character to mark cut-off filenames? set unicode_ellipsis false |