feat: add macros to iamb

This commit is contained in:
Youwen Wu 2025-06-06 04:53:58 -07:00
parent b30685808a
commit 7b8dbf2fa4
Signed by: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -45,6 +45,13 @@
}; };
layout.style = "restore"; layout.style = "restore";
dirs.downloads = "/tmp"; dirs.downloads = "/tmp";
macros.normal = {
"gc" = ":chats<Enter>";
"gr" = ":rooms<Enter>";
"gs" = ":spaces<Enter>";
"gd" = ":dms<Enter>";
"ZZ" = ":qa<Enter>";
};
}; };
}; };