index : ranger | |
mirror of ranger - a simple, vim-like file manager | akspecs <akspecs@tilde.institute> |
summary refs log blame commit diff stats |
# Compatible with ranger 1.6.*
#
# Replace your rifle.conf with this file to use xdg-open as your file opener.
# This is, of course, adaptable for use with any other file opener.
else = xdg-open "$1"
# You need an "editor" and "pager" in order to use certain functions in ranger:
label editor = "$EDITOR" -- "$@"
label pager = "$PAGER" -- "$@"