From c3c47264f0b9213aedeee359b8c899e3695149b3 Mon Sep 17 00:00:00 2001 From: yetone Date: Sat, 17 Aug 2024 15:55:34 +0800 Subject: [PATCH] fix: shortcut key tips (#37) --- lua/avante/sidebar.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/avante/sidebar.lua b/lua/avante/sidebar.lua index 371ab06..16cbce7 100644 --- a/lua/avante/sidebar.lua +++ b/lua/avante/sidebar.lua @@ -641,7 +641,11 @@ function Sidebar:render() N.text_input({ id = "text-input", border_label = { - text = string.format(" 🙋 with %s %s ( key jump to the chat history): ", icon, code_filename), + text = string.format( + " 🙋 with %s %s ( key to switch between result and input): ", + icon, + code_filename + ), }, placeholder = "Enter your question", autofocus = true,