Update configs

This commit is contained in:
Tobias Reisinger 2022-08-30 23:03:21 +02:00
parent e90b442a58
commit 2e4cfc4c6a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 19 additions and 14 deletions

View file

@ -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')