aboutsummaryrefslogtreecommitdiffstats
path: root/.config/ranger/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/ranger/rc.conf')
-rw-r--r--.config/ranger/rc.conf11
1 files changed, 7 insertions, 4 deletions
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<tab>" 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 <delete> eval -q fm.ui.taskview.task_remove()
tmap <C-l> redraw_window
tmap <ESC> taskview_close
copytmap <ESC> q Q w <C-c>
+
+map f console scout -ftsea%space
+map <C-d> shell dragon -a -x %p --and-exit