From 41a3a6114d14bcd8bd223a1ea1291eccb1d50ee7 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Thu, 23 Apr 2026 12:33:06 -0400 Subject: [PATCH] Use new format of mkdnflow bindings --- config.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config.nix b/config.nix index 101c577..7f57238 100644 --- a/config.nix +++ b/config.nix @@ -135,16 +135,15 @@ }; }; - mkdnflow = { enable = true; settings = { mappings = { - MkdnEnter = { - key = ""; - modes = [ "n" "v" "i" ]; - }; + MkdnEnter = [ + [ "n" "v" "i" ] + "" + ]; }; }; };