swap terminal in ranger and abduco
This commit is contained in:
parent
206ec87a39
commit
9e58a499cb
@ -211,7 +211,7 @@ map : console
|
|||||||
map ! console shell
|
map ! console shell
|
||||||
map @ console -p6 shell %%s
|
map @ console -p6 shell %%s
|
||||||
map # console shell -p
|
map # console shell -p
|
||||||
map s shell -f urxvtc
|
map s shell -f st
|
||||||
map r chain draw_possible_programs; console open_with
|
map r chain draw_possible_programs; console open_with
|
||||||
map f console find
|
map f console find
|
||||||
map cd console cd
|
map cd console cd
|
||||||
|
@ -13,8 +13,8 @@ if test "$result" = "other"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
list) if abduco | grep -q "$result"; then exec urxvtc -e /usr/bin/abduco -a "$result"; fi ;;
|
list) if abduco | grep -q "$result"; then exec st -e /usr/bin/abduco -a "$result"; fi ;;
|
||||||
watch) result="watch $result" ;&
|
watch) result="watch $result" ;&
|
||||||
run) exec urxvtc -e /usr/bin/abduco -A "$result" $result ;;
|
run) exec st -e /usr/bin/abduco -A "$result" $result ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user