diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-10-19 14:10:07 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-10-19 14:10:07 +0200 |
commit | 69b0c3c72e62d6f2dbbe7c22b6d64445f862f26c (patch) | |
tree | c06d79c5106219694081432342d44fc8dceb7275 | |
parent | 6c53ac9f0eb1a34abf3c4c552a7f8f405f341009 (diff) |
Add conf for Iamb
-rw-r--r-- | .config/iamb/config.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/iamb/config.toml b/.config/iamb/config.toml new file mode 100644 index 0000000..0999ca5 --- /dev/null +++ b/.config/iamb/config.toml @@ -0,0 +1,14 @@ +default_profile = "deb" + +[profiles.deb] +user_id = "@santo:matrix.debian.social" +url = "https://matrix.debian.social" +rooms = [] + +[macros.normal] +"gc" = ":chats<Enter>" +"v" = "<C-w>m" +"ZZ" = "<Esc>:q<Enter>" + +[settings.notifications] +enabled = true |