mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Update manual pages to use mdoc(7) and list commands (#230)
This commit is contained in:
parent
ed1b88c197
commit
6600685dd5
10 changed files with 778 additions and 266 deletions
|
@ -31,7 +31,19 @@ members = ["power", "id"]
|
|||
"@user:matrix.org" = { "name" = "John Doe", "color" = "magenta" }
|
||||
|
||||
[layout]
|
||||
style = "restore"
|
||||
style = "config"
|
||||
|
||||
[[layout.tabs]]
|
||||
window = "iamb://dms"
|
||||
|
||||
[[layout.tabs]]
|
||||
window = "iamb://rooms"
|
||||
|
||||
[[layout.tabs]]
|
||||
split = [
|
||||
{ "window" = "#iamb-users:0x.badd.cafe" },
|
||||
{ "window" = "#iamb-dev:0x.badd.cafe" }
|
||||
]
|
||||
|
||||
[macros.insert]
|
||||
"jj" = "<Esc>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue