From 4818098e614f4ef30a322601f932923a46c31207 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 30 Jan 2022 18:36:45 +0330 Subject: updates --- .config/ranger/rc.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 9d32017..f285c3a 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -44,10 +44,10 @@ set confirm_on_delete multiple # Use non-default path for file preview script? # ranger ships with scope.sh, a script that calls external programs (see # README.md for dependencies) to preview images, archives, etc. -#set preview_script ~/.config/ranger/scope.sh +set preview_script ~/.config/ranger/scope.sh # Use the external preview script or display simple plain text or image previews? -#set use_preview_script true +set use_preview_script true # Automatically count files in the directory, even before entering them? set automatically_count_files true @@ -121,7 +121,7 @@ set unicode_ellipsis false # BIDI support - try to properly display file names in RTL languages (Hebrew, Arabic). # Requires the python-bidi pip package -set bidi_support false +set bidi_support true # Show dotfiles in the bookmark preview box? set show_hidden_bookmarks true @@ -238,7 +238,7 @@ set cd_tab_case sensitive # 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. @@ -725,3 +725,6 @@ tmap eval -q fm.ui.taskview.task_remove() tmap redraw_window tmap taskview_close copytmap q Q w + +map f console scout -ftsea%space +map shell dragon -a -x %p --and-exit -- cgit v1.2.3