ranger to abysm
This commit is contained in:
parent
65a5e45d79
commit
fa1b31804e
@ -163,8 +163,9 @@ set xterm_alt_key false
|
|||||||
|
|
||||||
# Examples:
|
# Examples:
|
||||||
# setlocal path=~/downloads sort mtime
|
# setlocal path=~/downloads sort mtime
|
||||||
setlocal path=~/Temporary sort mtime
|
setlocal path=/data/temporary sort mtime
|
||||||
setlocal path=~/Temporary sort_directories_first false
|
setlocal path=/data/temporary sort_directories_first false
|
||||||
|
setlocal path=~/ show_hidden True
|
||||||
|
|
||||||
# ===================================================================
|
# ===================================================================
|
||||||
# == Command Aliases in the Console
|
# == Command Aliases in the Console
|
||||||
|
@ -48,6 +48,12 @@
|
|||||||
# Note: When using rifle in ranger, there is an additional flag "c" for
|
# 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.
|
# 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
|
# Websites
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user