feat(tui): expand input to fit message
This commit is contained in:
parent
4a06e164d2
commit
568c04753e
8 changed files with 1920 additions and 46 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue