🚀 Ultimate NvChad Keybinding Reference - Complete Collection
📚 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! 🎊
This commit is contained in:
129
README.md
Normal file
129
README.md
Normal file
@@ -0,0 +1,129 @@
|
||||
# 🚀 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):**
|
||||
```bash
|
||||
# View in NeoVim with syntax highlighting
|
||||
nvim ULTIMATE_NVCHAD_CHEATSHEET.md
|
||||
|
||||
# Or view on web (after upload to Gitea)
|
||||
```
|
||||
|
||||
**Text version (terminal/print):**
|
||||
```bash
|
||||
# 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
|
||||
|
||||
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
|
||||
|
||||
**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
|
||||
|
||||
```bash
|
||||
# 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
|
||||
Reference in New Issue
Block a user