nyxt: Enable custom bindings in VI insert mode and CUA scheme.

master
Pierre Neidhardt 2021-07-21 09:20:17 +02:00
parent 95f9935dd3
commit 9b6583f74d
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
(define-mode my-mode ()
"Dummy mode for the custom key bindings in `*my-keymap*'."
((keymap-scheme (keymap:make-scheme
scheme:cua *my-keymap*
scheme:emacs *my-keymap*
scheme:vi-normal *my-keymap*))))