d99kris / nchat

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

Move forward one word on Mac not working #238

Closed d99kris closed 1 month ago

d99kris commented 1 month ago

Description: While composing a message and pressing Alt-Right the cursor does not move forward one word, but instead the Find dialog is opened.

How to reproduce it: Press Alt-Right.

Environment:

d99kris commented 1 month ago

The default key bindings for find and find_next has been changed to alt-/ and alt-? respectively in above commit.

To get the new find and find_next default key bindings, one can remove those lines in ~/.nchat/key.conf when nchat is not running, and then start nchat again.