From f39c169b3ea7b236c8bbe3d6a350f7ab6255ded5 Mon Sep 17 00:00:00 2001 From: Flinner Date: Fri, 6 Aug 2021 02:19:33 +0300 Subject: [PATCH] feat: ranger shortcut for dragon-drag-and-drop --- ranger/.config/ranger/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ranger/.config/ranger/rc.conf b/ranger/.config/ranger/rc.conf index 229458c..4655de1 100644 --- a/ranger/.config/ranger/rc.conf +++ b/ranger/.config/ranger/rc.conf @@ -254,7 +254,7 @@ set cd_tab_case insensitive # Use fuzzy tab completion with the "cd" command. For example, # ":cd /u/lo/b" expands to ":cd /usr/local/bin". -set cd_tab_fuzzy false +set cd_tab_fuzzy true # Avoid previewing files larger than this size, in bytes. Use a value of 0 to # disable this feature. @@ -452,7 +452,7 @@ map ) jump_non map gh cd ~ map ge cd /etc map gu cd /usr -map gd cd /dev +map gd open_with dragon-drag-and-drop -a -x map gl cd -r . map gL cd -r %f map go cd /opt