aboutsummaryrefslogtreecommitdiff
path: root/.config/ranger
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-03-18 00:36:17 -0400
committertdro <tdro@users.noreply.github.com>2020-03-18 00:36:17 -0400
commit63f54ba1dfe4a22fb251d8de7334b732f131ed92 (patch)
treecea9c23a2ec1e49459e04846e276f6978a5093e9 /.config/ranger
parentb737fb0db5f254e2f189a9126bf34baa6c1d1388 (diff)
downloaddotfiles-63f54ba1dfe4a22fb251d8de7334b732f131ed92.tar.gz
dotfiles-63f54ba1dfe4a22fb251d8de7334b732f131ed92.tar.bz2
dotfiles-63f54ba1dfe4a22fb251d8de7334b732f131ed92.zip
.config/ranger/rc.conf: Update keybindings
Diffstat (limited to '.config/ranger')
-rw-r--r--.config/ranger/rc.conf15
1 files changed, 7 insertions, 8 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf
index b6f0e28..31854fb 100644
--- a/.config/ranger/rc.conf
+++ b/.config/ranger/rc.conf
@@ -4,17 +4,16 @@ set automatically_count_files false
# Enable borders
set draw_borders true
+set preview_files false
+
# Allow bulk rename
map cw eval fm.execute_console("bulkrename") if fm.thisdir.marked_items else fm.open_console("rename ")
# Filter on find
-map f console scout -ftsea%space
-
-# Always fork on open
-#map r console -p10 open_with f
+map / console scout -ftsea%space
# Open with dmenu
-map r shell compgen -c | dmenu -f -i -b -p 'Open With' | xargs -I{} -r bash -c "{} %s &> /dev/null" &
+map ru shell compgen -c | dmenu -f -i -b -p 'Open With' | xargs -I{} -r bash -c "{} %s &> /dev/null" &
# Sort by last modified
set sort=ctime
@@ -23,13 +22,13 @@ set sort=ctime
map ,. shell urxvt &
# Image tools
-map ei shell bash ~/.config/ranger/scripts/imgtools '%s'
+map ei shell bash ~/.local/bin/imgtools '%s'
# Pdf Tools
-map ep shell bash ~/.config/ranger/scripts/pdftools '%s'
+map ep shell bash ~/.local/bin/pdftools '%s'
# Raname Tools
-map er shell bash ~/.config/ranger/scripts/rntools %s
+map er shell bash ~/.local/bin/rntools %s
# Fuzzy directory search using bookmarks
map ed fzm_select