cashmere

cashmere

iamb

Preface

iamb is a terminal-based client for for the Vim addict. Using it on my I'm able to quickly SSH into a session and look at all my chats.

Configuration

[profiles.user]
user_id = "@blackberry:cashmere.rs"
url = "https://matrix.cashmere.rs"

[settings]
image_preview = {  protocol.type = "halfblocks" }
notifications = { enabled = true, show_message = true, via = "bell" }
username_display = "displayname"
sort.rooms = ["favorite", "unread", "recent", "name"]

[layout]
style = "new"

[macros.insert]
"jj" = "<Esc>"

[macros.normal]
" " = "<Leader>"

"<Leader>s" = ":spaces\n"
"<Leader>r" = ":rooms\n"
"<Leader>u" = ":unreads\n"
"<Leader>c" = ":chats\n"
"<Leader>C" = ":unreads clear\n"
"<Leader>d" = ":dms\n"
"<Leader>t" = "<C-W>gf"
"<Leader>q" = "<C-W>q"
"<Leader>y" = "<C-Y>"
"<Leader>e" = "<C-E>"