mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -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";
|
||||
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