ranger to abysm

This commit is contained in:
Felix Van der Jeugt 2016-03-18 18:15:09 +01:00
parent 65a5e45d79
commit fa1b31804e
2 changed files with 9 additions and 2 deletions

View File

@ -163,8 +163,9 @@ set xterm_alt_key false
# Examples:
# setlocal path=~/downloads sort mtime
setlocal path=~/Temporary sort mtime
setlocal path=~/Temporary sort_directories_first false
setlocal path=/data/temporary sort mtime
setlocal path=/data/temporary sort_directories_first false
setlocal path=~/ show_hidden True
# ===================================================================
# == Command Aliases in the Console

View File

@ -48,6 +48,12 @@
# Note: When using rifle in ranger, there is an additional flag "c" for
# only running the current file even if you have marked multiple files.
#-------------------------------------------
# URLs
#-------------------------------------------
match ^https?://, has qutebrowser, X, flag f = qutebrowser -- "$@"
match ^magnet:, has transmission-remote = qutebrowser -- "$@"
#-------------------------------------------
# Websites
#-------------------------------------------