From c3821e9924e4636155c33a5792b6ac5de673dd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Wed, 15 Mar 2023 00:37:49 +0100 Subject: [PATCH] helpers/keymap: fix noremap bug (#257) --- lib/helpers.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/helpers.nix b/lib/helpers.nix index 9a6ed270..b5ba404b 100644 --- a/lib/helpers.nix +++ b/lib/helpers.nix @@ -51,6 +51,7 @@ with lib; rec { expr = false; unique = false; noremap = true; + remap = false; script = false; nowait = false; action = action;