diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-06-07 01:48:51 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-06-07 01:48:51 -0700 |
commit | f466b5219fa55235708bc4077f09c9ba8e0b0288 (patch) | |
tree | e53b4037c1af4493e9b13e071b5dfb427fee7741 /.config/ranger/rifle.conf | |
parent | 348dda287ba7abb8f98abd7aa6830fb0d27ae9e3 (diff) | |
download | dotfiles-f466b5219fa55235708bc4077f09c9ba8e0b0288.tar.gz |
move beet imp to bottom in rifle conf
Diffstat (limited to '.config/ranger/rifle.conf')
-rw-r--r-- | .config/ranger/rifle.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index 07eb3cf..452687b 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -46,9 +46,6 @@ # 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. -# music conversion and import -directory, has beet = beet imp -t "$1" - # view man pages ext 1|2|3|4|5|6|7|8|9 = man "$@" @@ -134,6 +131,10 @@ name ^[mM]akefile$ = make new name ^[mM]akefile$ = make clean name ^[mM]akefile$ = make debug +# music conversion and import +directory, has beet = beet imp -t "$1" + +# edit label editor, !mime ^text, !ext xml|csv|tex|py|pl|rb|sh|php = "$EDITOR" -- "$@" label editor, !mime ^text, !ext xml|csv|tex|py|pl|rb|sh|php, has urxvt, X, flag f = "urxvt" "-e" "$EDITOR" "$@" |