refactor: use new mapping format

This commit is contained in:
n3oney 2023-04-11 14:38:27 +02:00
commit 7e566c9687
No known key found for this signature in database
GPG key ID: C786693DE727850E
4 changed files with 56 additions and 17 deletions

View file

@ -9,7 +9,7 @@ with builtins; {
enable = mkEnableOption "Enable toggleterm as a replacement to built-in terminal command";
mappings = {
open = mkOption {
type = types.str;
type = types.nullOr types.str;
description = "The keymapping to open toggleterm";
default = "<c-t>";
};