From 9b6583f74d35cb6f5550b74b0269b40036bb5fd3 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 21 Jul 2021 09:20:17 +0200 Subject: [PATCH] nyxt: Enable custom bindings in VI insert mode and CUA scheme. --- .config/nyxt/init.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nyxt/init.lisp b/.config/nyxt/init.lisp index a7177dd7..db4ac281 100644 --- a/.config/nyxt/init.lisp +++ b/.config/nyxt/init.lisp @@ -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*))))