From 568c04753ec820e6c0c7c6b15bf835b889bb8af7 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:45:24 -0500 Subject: feat(tui): expand input to fit message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dd36715cc..60678ade4 100644 --- a/README.md +++ b/README.md @@ -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", -- cgit v1.2.3