qutebrowser: fix escape sequences and disable session restore

- Simplify escape sequences in bind commands (M, Z keys)
- Add c.session.default_name = '' and c.session.store_size = 0
- Update AGENTS.md (trimmed to 150 lines)
- Update flake.lock with latest dependencies
This commit is contained in:
2026-03-22 00:07:52 +02:00
parent c567ca5c3f
commit e6188adc0d
4 changed files with 80 additions and 145 deletions
+6 -3
View File
@@ -26,9 +26,12 @@
:stream t
:key "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"
:models '(openai/gpt-oss-120b)))
;; This is where I would update agents if I had them
;; (setq gptel-agent-dirs '("/home/aner/.agents"))
;; (gptel-agent-update)
#+end_src
** Agent Shell
#+begin_src emacs-lisp
(setq agent-shell-preferred-agent-config (agent-shell-opencode-make-agent-config))
#+end_src
** Headphones