Add cleanurl for qutebrowser yank
This commit is contained in:
parent
cdd396ac53
commit
568700f9a2
2 changed files with 53 additions and 0 deletions
|
@ -27,3 +27,12 @@ def init(c):
|
|||
|
||||
c.bind('<Ctrl-Tab>', 'tab-next')
|
||||
c.bind('<Ctrl-Shift-Tab>', 'tab-prev')
|
||||
|
||||
try:
|
||||
import unalix
|
||||
c.unbind('yy')
|
||||
c.unbind('yY')
|
||||
c.bind('yy', 'spawn --userscript qute-clear-url', mode='normal')
|
||||
c.bind('yY', 'spawn --userscript qute-clear-url -s', mode='normal')
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue