summaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-05-26 04:43:24 +0200
committerache <ache@ache.one>2021-05-26 04:43:24 +0200
commit711b7cfd9ba4acda7e39ad7ba44345f0ba9457ae (patch)
tree7c5e452dc0b6b10bfed8fe39befc8c61bf24fe7d /rc.conf
parentActivate git plugin (diff)
Image preview improove
Diffstat (limited to 'rc.conf')
-rwxr-xr-xrc.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/rc.conf b/rc.conf
index d852824..39cca94 100755
--- a/rc.conf
+++ b/rc.conf
@@ -72,6 +72,7 @@ set preview_images true
# Preview images in full color using iTerm2 image previews
# (http://iterm2.com/images.html). This requires using iTerm2 compiled
# with image preview support.
+set preview_images_method kitty # does not work in tmux
set preview_images_method w3m
# Use a unicode "..." character to mark cut-off filenames?
@@ -327,7 +328,7 @@ map g/ cd /
map g? cd /usr/share/doc/ranger
# External Programs
-map E edit
+map e edit
map du shell -p du --max-depth=1 -h --apparent-size
map dU shell -p du --max-depth=1 -h --apparent-size | sort -rh
map yp shell -f echo -n %%d/%%f | xsel -i; xsel -o | xsel -i -b
@@ -545,7 +546,7 @@ copypmap <PAGEUP> p b <C-B>
pmap <C-l> redraw_window
pmap <ESC> pager_close
copypmap <ESC> q Q i <F3>
-pmap E edit_file
+pmap e edit_file
# ===================================================================
# == Taskview Keybindings