- Complete keybinding reference with 1000+ commands - Covers NvChad, Copilot, CopilotChat, and all plugins - ASCII box format for easy reading and printing - Includes Vim fundamentals and advanced features - Perfect for daily reference and learning Features: ✅ Essential workflow commands ✅ AI-powered development (Copilot/CopilotChat) ✅ Code navigation and LSP integration ✅ Git workflow with Gitsigns ✅ File management and search ✅ Terminal integration ✅ Advanced Vim operations ✅ Comprehensive plugin coverage
66 lines
1.9 KiB
Markdown
66 lines
1.9 KiB
Markdown
# 🚀 My Neovim Keybinding Cheat Sheet
|
|
|
|
## 📋 Ultimate NvChad Reference
|
|
|
|
This repository contains the **complete keybinding reference** for NvChad with all plugins and Vim commands.
|
|
|
|
### 📄 Files
|
|
|
|
- **`ULTIMATE_NVCHAD_CHEATSHEET.txt`** - Complete cheat sheet in ASCII box format
|
|
- 🔥 **1000+ keybindings** across all plugins
|
|
- 🎯 **Professional layout** - Easy to scan and reference
|
|
- 🤖 **AI Integration** - Copilot & CopilotChat complete guide
|
|
- 📚 **Everything included**: NvChad, Vim, LSP, Git, Terminal, and more
|
|
|
|
### 🎯 Quick Access
|
|
|
|
```bash
|
|
# View the cheat sheet
|
|
cat ULTIMATE_NVCHAD_CHEATSHEET.txt
|
|
|
|
# Or use with less for scrolling
|
|
less ULTIMATE_NVCHAD_CHEATSHEET.txt
|
|
|
|
# Edit in NeoVim
|
|
nvim ULTIMATE_NVCHAD_CHEATSHEET.txt
|
|
```
|
|
|
|
### 🔥 Key Highlights
|
|
|
|
- **Leader Key**: `Space`
|
|
- **Essential**: `Space ff` (find files), `Space fw` (find text), `Ctrl+n` (file tree)
|
|
- **AI Powered**: `Space ccq` (AI chat), `Ctrl+J` (accept suggestions)
|
|
- **Code Navigation**: `gd` (definition), `gr` (references), `K` (docs)
|
|
- **Git Integration**: `]c` (next hunk), `Space hs` (stage), `Space hp` (preview)
|
|
|
|
### 💡 Pro Tips
|
|
|
|
1. Press `Space` and wait to see all available commands
|
|
2. Use `:help <command>` for detailed help on any command
|
|
3. `:checkhealth` to verify your NeoVim setup
|
|
4. Most powerful when you learn the motion + operator combinations
|
|
|
|
### 🛠️ Setup
|
|
|
|
This cheat sheet is designed for **NvChad** with:
|
|
- ✅ GitHub Copilot
|
|
- ✅ CopilotChat
|
|
- ✅ All NvChad default plugins
|
|
- ✅ LSP integration
|
|
- ✅ Git integration (Gitsigns)
|
|
- ✅ Telescope, NvimTree, Mason, and more
|
|
|
|
### 📖 Usage
|
|
|
|
Perfect for:
|
|
- 🖨️ **Printing** - Keep on your desk
|
|
- 💻 **Desktop wallpaper** - Always visible
|
|
- 📱 **Quick reference** - Fast lookup
|
|
- 🎓 **Learning** - Master NeoVim step by step
|
|
|
|
---
|
|
|
|
**🎊 Happy coding with NvChad!** ✨
|
|
|
|
> This cheat sheet covers everything you need to become a NeoVim power user!
|