mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add macros to iamb
This commit is contained in:
parent
b30685808a
commit
7b8dbf2fa4
1 changed files with 7 additions and 0 deletions
|
@ -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>";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue