Correct the description of 'quit'
[ranger.git] / examples / rifle_different_file_opener.conf
blob695f27c67becce3eca71511d92c6a99f4574378c
1 # Compatible with ranger 1.6.0 through 1.7.*
3 # Replace your rifle.conf with this file to use xdg-open as your file opener.
4 # This is, of course, adaptable for use with any other file opener.
5 else = xdg-open "$1"
7 # You need an "editor" and "pager" in order to use certain functions in ranger:
8 label editor = "$EDITOR" -- "$@"
9 label pager  = "$PAGER" -- "$@"