Skip to content

Commit

Permalink
docs: rEADMEにAiderの設定例を追加 📚
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowasabi committed Sep 22, 2024
1 parent 9ace6eb commit f1eec80
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,19 @@ let g:aider_additional_prompt = 'Your additional prompt here'
" Key mappings
nnoremap <silent> <leader>ar :AiderRun<CR>
" Add current file to Aider
nnoremap <silent> <leader>aa :AiderAddCurrentFile<CR>
" Add Aider web interface
nnoremap <silent> <leader>aw :AiderAddWeb<CR>
" Exit Aider
nnoremap <silent> <leader>ax :AiderExit<CR>
" Add current file to Aider ignore list
nnoremap <silent> <leader>ai :AiderAddIgnoreCurrentFile<CR>
" Open Aider ignore list
nnoremap <silent> <leader>aI :AiderOpenIgnore<CR>
" Hide Aider window
nnoremap <silent> <leader>ah :AiderHide<CR>
" Hide Aider window in terminal mode
tnoremap <C-x><C-x> <C-\><C-n>:AiderHide<CR>
vmap <leader>av :AiderVisualTextWithPrompt<CR>
Expand Down

0 comments on commit f1eec80

Please sign in to comment.