Skip to content

Commit

Permalink
feat: Aiderに選択したテキストを読み取り専用コンテキストとして追加
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowasabi committed Dec 30, 2024
1 parent b8f9d4f commit af86041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ To use aider.vim, you can run the following commands within Vim or Neovim:
- `:AiderSilentAddCurrentFileReadOnly` - Silently 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 `<CR>` 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.
- `:AiderAddWeb` - Displays a prompt for the specified URL and adds it to the aider context.
- `:AiderOpenIgnore` - Opens the `.aiderignore` file in the git root directory if it exists.
- `:AiderAddIgnoreCurrentFile` - Adds the current file to the `.aiderignore`.
Expand Down

0 comments on commit af86041

Please sign in to comment.