helpers/keymap: fix noremap bug (#257)

This commit is contained in:
Gaétan Lepage 2023-03-15 00:37:49 +01:00 committed by GitHub
parent 416c719f47
commit c3821e9924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@ with lib; rec {
expr = false; expr = false;
unique = false; unique = false;
noremap = true; noremap = true;
remap = false;
script = false; script = false;
nowait = false; nowait = false;
action = action; action = action;