nyxt: add binds to copy username and password

This commit is contained in:
Evie Litherland-Smith 2024-02-03 06:01:41 +00:00
parent 416ef49228
commit 3951e44032

View file

@ -15,6 +15,13 @@
(define-configuration :style-mode ((glyph "ϕ"))) (define-configuration :style-mode ((glyph "ϕ")))
(define-configuration :cruise-control-mode ((glyph "σ"))) (define-configuration :cruise-control-mode ((glyph "σ")))
(define-configuration :document-mode
"Extend with custom keybinds"
((keyscheme-map (keymaps:define-keyscheme-map "custom" (list :import %slot-value%)
nyxt/keyscheme:emacs (list
"C-c u" 'copy-username
"C-c p" 'copy-password)))))
(define-configuration browser (define-configuration browser
((restore-session-on-startup-p nil) ((restore-session-on-startup-p nil)
(theme (make-instance (theme (make-instance