Skip to content

Instantly share code, notes, and snippets.

@Vonfry

Vonfry/test.lisp Secret

Created April 15, 2024 14:07
Show Gist options
  • Save Vonfry/be7bb79b30f58dd7bf22f477eaeeca40 to your computer and use it in GitHub Desktop.
Save Vonfry/be7bb79b30f58dd7bf22f477eaeeca40 to your computer and use it in GitHub Desktop.
(define-configuration document-mode
((keyscheme-map
(define-keyscheme-map
"test-keybinding"
(list :import %slot-value%)
nyxt/keyscheme:vi-normal
(list "d d" 'delete-buffer)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment