mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Add support for custom key macros (#217)
This commit is contained in:
parent
ef868175cb
commit
e7f158ffcd
8 changed files with 200 additions and 46 deletions
|
@ -2,7 +2,7 @@
|
|||
"default_profile": "default",
|
||||
"profiles": {
|
||||
"default": {
|
||||
"user_id": "",
|
||||
"user_id": "@user:matrix.org",
|
||||
"url": "https://matrix.org",
|
||||
"settings": {},
|
||||
"dirs": {}
|
||||
|
@ -34,6 +34,14 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"style": "restore"
|
||||
},
|
||||
"macros": {
|
||||
"i": {
|
||||
"jj": "<Esc>"
|
||||
}
|
||||
},
|
||||
"dirs": {
|
||||
"cache": "/home/user/.cache/iamb/",
|
||||
"logs": "/home/user/.local/share/iamb/logs/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue