Skip to content

Instantly share code, notes, and snippets.

@pradigunara
pradigunara / README.md
Last active June 6, 2025 05:15
PR Review - Interactive AI Code Review with Aider

PR Review - Interactive AI Code Review with Aider

AI-powered interactive code review tool that generates smart context and launches Aider for real-time code analysis and improvements.

🚀 Quick Start

📋 One-Command Install/Update

@pradigunara
pradigunara / keybindings.json
Last active June 4, 2025 06:38 — forked from brotherkaif/settings.json
LazyVim keymappings for VSCode
[
{
"key": "ctrl+\\ shift+l",
"command": "workbench.action.nextEditor",
"when": "terminalFocus"
},
{
"key": "ctrl+\\ shift+h",
"command": "workbench.action.previousEditor",
"when": "terminalFocus"