isamert / scli

a simple terminal user interface for signal messenger (using signal-cli)
GNU General Public License v3.0
439 stars 40 forks source link

Focus a conversation without moving cursor to messages/input field #166

Closed mark2185 closed 2 years ago

mark2185 commented 2 years ago

Sometimes I just want to focus a different conversation, not necessarily write anything there.

E.g. scrolling through the conversation list and pressing Spacebar to focus it, but the cursor remains on the contact's name.

isamert commented 2 years ago

You can use l to achieve this. Enter focuses on the input field but l only brings up the conversation without jumping to the input field.

mark2185 commented 2 years ago

Ah, my bad, for some reason I thought l would focus the messages. Must've mixed it up with Tab. Thanks!