d99kris / nchat

Terminal-based Telegram / WhatsApp client for Linux and macOS
MIT License
524 stars 40 forks source link

Add support for jumping to quoted message #217

Closed d99kris closed 2 months ago

d99kris commented 2 months ago

Discussed in https://github.com/d99kris/nchat/discussions/156

Originally posted by **Kabouik** November 14, 2023 A a "Jump to quoted message" keybind when selecting a message containing a quote would be great. I guess the function could be partially re-used in the future to jump to matching results when a search feature is implemented.
d99kris commented 2 months ago

Support for jumping to quoted message has been implemented in above commit. Select a message (which is quoting another message) and press alt-q to jump to the quoted message.