Update configs
This commit is contained in:
parent
e90b442a58
commit
2e4cfc4c6a
6 changed files with 19 additions and 14 deletions
|
@ -23,6 +23,9 @@ def init(c):
|
|||
c.bind(',q', 'spawn --userscript qr {url}')
|
||||
c.bind(',Q', 'hint links spawn --userscript qr {hint-url}')
|
||||
|
||||
# cookies
|
||||
c.bind(',cd', 'jseval document.cookie = "XDEBUG_SESSION=phpstorm; expires=Fri, 01 Jan 9999 00:00:00 GMT; path=/"')
|
||||
|
||||
c.bind('<Alt-9>', 'tab-focus 9')
|
||||
|
||||
c.bind('<Ctrl-Tab>', 'tab-next')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue