iamb icon indicating copy to clipboard operation
iamb copied to clipboard

Interactions in the :members view

Open frivoal opened this issue 1 year ago • 1 comments

As far as I can tell, the view opened by the :members command is non interactive. I can scroll through the list of members, but that's it.

It would be very nice to be able to initiate a DM with a user by just pressing enter when their name is selected.

Alternatively, if that's already possible, it would be nice to document how :)

frivoal avatar Apr 01 '24 15:04 frivoal

You can do this at the moment using the Vim keybindings gf (switch focus to cursor target), <C-W>f (open a split window w/ cursor target), or <C-W>gf (open a new tab w/ cursor target) while your cursor is on a member/room/space item, and it will open them. I thought that I'd documented these on the site, but I don't see them in the reference, so I should add them.

I would like pressing <Enter> to do something, but I think it should probably open up a window showing information about that user specific to that room, like their power level, invite status, maybe common rooms you're both in, etc.

ulyssa avatar Apr 01 '24 16:04 ulyssa