📚 Added comprehensive NvChad cheat sheet in multiple formats: 📄 Files Added: ✅ ULTIMATE_NVCHAD_CHEATSHEET.md (18KB) - Beautiful Markdown format ✅ ULTIMATE_NVCHAD_CHEATSHEET.txt (30KB) - ASCII box format ✅ README.md - Complete documentation and usage guide 🔥 Features: - 1000+ keybindings across all plugins and Vim - Complete NvChad workflow reference - AI integration (Copilot + CopilotChat) - Code navigation, LSP, Git integration - File management, terminal, themes - Advanced Vim operations and text objects 🎯 Two Perfect Formats: 📱 Markdown (.md) - Web-optimized for Gitea viewing 🖨️ Text (.txt) - Print-friendly for desk reference 💡 Coverage: - NvChad Core workflow - GitHub Copilot & CopilotChat AI features - All major plugins (Telescope, NvimTree, etc.) - LSP and code intelligence - Git workflow with Gitsigns - Complete Vim fundamentals - Professional development setup Perfect for developers wanting to master NvChad! 🎊
3.8 KiB
3.8 KiB
🚀 My Neovim Keybinding Cheat Sheet
📋 Ultimate NvChad Reference
This repository contains the complete keybinding reference for NvChad with all plugins and Vim commands in two convenient formats.
📄 Files
-
ULTIMATE_NVCHAD_CHEATSHEET.md- 📱 Markdown version (best for GitHub/Gitea viewing)- 🎯 Beautiful tables and organized sections
- 📖 Easy navigation with clickable headings
- 🌟 Perfect for web viewing and documentation
-
ULTIMATE_NVCHAD_CHEATSHEET.txt- 🖨️ ASCII box format (best for printing/terminal)- 🔥 Compact layout with visual ASCII boxes
- 📋 Perfect for printing or desktop wallpaper
- 💻 Terminal-friendly for quick reference
🔥 Content Coverage
Both files contain 1000+ keybindings including:
- ✅ NvChad Core - Essential workflow commands
- ✅ AI Integration - Complete Copilot & CopilotChat guide
- ✅ Code Navigation - LSP, definitions, references
- ✅ File Management - NvimTree, Telescope, buffers
- ✅ Git Integration - Gitsigns workflow
- ✅ Terminal - Integrated terminal usage
- ✅ Advanced Vim - Movement, editing, text objects
- ✅ Plugin Management - Mason, Lazy, themes
🎯 Quick Access
Markdown version (web-friendly):
# View in NeoVim with syntax highlighting
nvim ULTIMATE_NVCHAD_CHEATSHEET.md
# Or view on web (after upload to Gitea)
Text version (terminal/print):
# View in terminal
cat ULTIMATE_NVCHAD_CHEATSHEET.txt
# Scrollable view
less ULTIMATE_NVCHAD_CHEATSHEET.txt
# Print-friendly display
🔥 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
- Press
Spaceand wait to see all available commands - Use
:help <command>for detailed help on any command :checkhealthto verify your NeoVim setup- 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
Markdown version perfect for:
- 🌐 Web viewing - Beautiful formatting on Gitea/GitHub
- 📚 Documentation - Easy navigation and reading
- 🔍 Searchable - Ctrl+F friendly structure
- 📱 Mobile friendly - Responsive layout
Text version perfect for:
- 🖨️ Printing - Keep on your desk
- 💻 Desktop wallpaper - Always visible
- 📱 Quick reference - Fast lookup in terminal
- 📋 Compact format - Maximum info density
🚀 Quick Start Workflow
# 1. Essential file operations
Space ff # Find files
Space fw # Search text
Ctrl+n # Toggle file tree
# 2. AI-powered development
Space ccq # Quick AI chat
Ctrl+J # Accept Copilot suggestion
Space cce # Explain selected code
# 3. Code navigation
gd # Go to definition
gr # Find references
K # Show documentation
Space ca # Code actions
# 4. Git workflow
]c # Next git hunk
Space hp # Preview changes
Space hs # Stage hunk
🎊 Happy coding with your supercharged NvChad setup! ✨
Choose the format that works best for you:
📱 Markdown for web viewing | 🖨️ Text for printing/terminal
File Stats:
- 📄 Markdown: 590 lines, 18KB (web-optimized)
- 📋 Text: 336 lines, 30KB (print-optimized)
- 🔥 Content: 1000+ keybindings, complete reference