From 9e560eda70abdaf0122b1a301df103f9be669cb1 Mon Sep 17 00:00:00 2001 From: nekowasabi Date: Sat, 11 Jan 2025 14:58:08 +0900 Subject: [PATCH] =?UTF-8?q?docs(aider.vim):=20=E3=82=B3=E3=83=9E=E3=83=B3?= =?UTF-8?q?=E3=83=89=E8=AA=AC=E6=98=8E=E3=81=AB=E3=80=8CSilent=E3=80=8D?= =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=AE=E5=8B=95=E4=BD=9C?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6d1bb3..c467346 100644 --- a/README.md +++ b/README.md @@ -124,12 +124,14 @@ Please add the following settings to your lazy settings. To use aider.vim, you can run the following commands within Vim or Neovim: +`All commands with the name "Silent" send commands to aider without moving the focus to the aider buffer.` + - `:AiderRun` - Runs aider or display aider window. - `:AiderAddCurrentFile` - Adds the current file to aider's context. - `:AiderAddCurrentFileReadOnly` - Adds the current file as read-only to aider's context. - `:AiderAddBuffers` - Adds all currently open buffers under Git management to aider's context. -- `:AiderSilentAddCurrentFile` - Silently adds the current file to aider's context and refreshes the buffer. -- `:AiderSilentAddCurrentFileReadOnly` - Silently adds the current file as read-only to aider's context. +- `:AiderSilentAddCurrentFile` - Without moving the focus to the aider buffer, adds the current file to aider's context and refreshes the buffer. +- `:AiderSilentAddCurrentFileReadOnly` - Without moving the focus to the aider buffer, adds the current file as read-only to aider's context. - `:AiderExit` - Exits aider and cleans up the session. - `:AiderVisualTextWithPrompt` - Edit the selected text in visual mode in a floating window and send it to aider. In the floating window, send to aider with `` in normal mode, and close the floating window with `Q`. You can also backup prompt with `q`. - `:AiderAddPartialReadonlyContext` - Adds the selected text in visual mode as read-only context to Aider.