From f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 5 Oct 2022 22:00:32 -0500 Subject: Initial Commit --- nyxt/auto-config.lisp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nyxt/auto-config.lisp (limited to 'nyxt/auto-config.lisp') diff --git a/nyxt/auto-config.lisp b/nyxt/auto-config.lisp new file mode 100644 index 0000000..88335fa --- /dev/null +++ b/nyxt/auto-config.lisp @@ -0,0 +1,4 @@ +(DEFINE-CONFIGURATION BUFFER + ((DEFAULT-MODES (APPEND '(NYXT::VI-NORMAL-MODE) %SLOT-DEFAULT%)))) +(DEFINE-CONFIGURATION PROMPT-BUFFER + ((DEFAULT-MODES (APPEND '(NYXT::VI-INSERT-MODE) %SLOT-DEFAULT%)))) -- cgit v1.2.3