feat(tui): expand input to fit message

This commit is contained in:
adamdottv 2025-06-19 08:45:24 -05:00
commit 568c04753e
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
8 changed files with 1920 additions and 46 deletions

View file

@ -98,7 +98,7 @@ You can configure custom keybinds, the values listed below are the defaults.
"input_clear": "ctrl+c",
"input_paste": "ctrl+v",
"input_submit": "enter",
"input_newline": "shift+enter",
"input_newline": "shift+enter,ctrl+j",
"history_previous": "up",
"history_next": "down",
"messages_page_up": "pgup",