From ee72de04d3b2608be94f8e922ebbd61c36842101 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 12 Sep 2022 15:35:30 -0500 Subject: [PATCH] use fd to exit insert mode in Helix --- dotfiles/helix/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/helix/default.nix b/dotfiles/helix/default.nix index cae48f2..6303a60 100644 --- a/dotfiles/helix/default.nix +++ b/dotfiles/helix/default.nix @@ -5,5 +5,7 @@ name = "rust"; auto-format = true; }]; + + settings.keys.insert.f.d = "normal_mode"; }; }