add temp/newbrowser spawners

This commit is contained in:
Felix Van der Jeugt 2021-08-23 09:56:04 +02:00
parent 95287881c3
commit 740fb51f02
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@ config.bind("o", "set-cmd-text -s :open -s ", mode="normal")
config.bind("O", "set-cmd-text -s :open -s -t ", mode="normal")
config.bind("\\", "set-cmd-text -s :open ", mode="normal")
config.bind("|", "set-cmd-text -s :open -t ", mode="normal")
config.bind(";t", "hint links spawn --detach tempbrowser {hint-url}", mode="normal")
config.bind(";n", "hint links spawn --detach newbrowser {hint-url}", mode="normal")
config.bind("gt", "spawn --detach tempbrowser {url}", mode="normal")
config.bind("gn", "spawn --detach newbrowser {url}", mode="normal")
# I don't use bookmarks
config.unbind('wB')