qutebrowser: Open torrent magnets with ",t" and ",T"

master
Pierre Neidhardt 2017-12-22 23:08:26 +01:00
parent b9f33d4afc
commit 191a8480b1
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ c.url.searchengines = {
}
config.bind(',v', 'spawn mpv {url}')
config.bind(',t', 'hint links spawn transmission-remote -a {hint-url}')
config.bind(',T', 'hint -r links spawn transmission-remote -a {hint-url}')
config.bind('yy', 'yank -s')
config.bind('yY', 'yank')
config.bind('yd', 'yank -s domain')