From 6113c246e0940617d58e59cee3434ecb95ba41bf Mon Sep 17 00:00:00 2001
From: LintaoAmons <lintao.amons@outlook.com>
Date: Mon, 26 Aug 2024 12:26:29 +0800
Subject: [PATCH] docs: add reasonable mappings (#223)

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index fdd4fa4..1583094 100644
--- a/README.md
+++ b/README.md
@@ -122,6 +122,14 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
       next = "]]",
       prev = "[[",
     },
+    submit = {
+      normal = "<CR>",
+      insert = "<C-s>",
+    },
+    toggle = {
+      debug = "<leader>ad",
+      hint = "<leader>ah",
+    },
   },
   hints = { enabled = true },
   windows = {